Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/websharper-samples/GoogleVisualization
Sample Google Visualization chart from the websharper.com home page
https://github.com/websharper-samples/GoogleVisualization
Last synced: 3 months ago
JSON representation
Sample Google Visualization chart from the websharper.com home page
- Host: GitHub
- URL: https://github.com/websharper-samples/GoogleVisualization
- Owner: websharper-samples
- Created: 2015-05-22T09:19:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T18:50:47.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:09:39.942Z (6 months ago)
- Language: PowerShell
- Size: 64.5 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-websharper - Source - [Running live](https://websharper-samples.github.io/GoogleVisualization/) (Libraries / JavaScript library bindings)
README
# Your First WebSharper Application in 2 Minutes [![Build status](https://ci.appveyor.com/api/projects/status/1csfcydik0j4afhc?svg=true)](https://ci.appveyor.com/project/IntelliFactory/websharper-googlevisualization-sample)
This project contains the "Visualize data with any JS library" sample
from the [WebSharper website](http://websharper.com).![Screenshot](WebSharper.GoogleVisualization.Sample.png)
See it running live [here.](https://websharper-samples.github.io/GoogleVisualization)
## Dependencies
This project requires WebSharper and WebSharper.Google.Visualization, and it is configured to fetch these dependencies automatically.
## About this project
You can recreate this project in Visual Studio, Xamarin Studio or CloudSharper by following these steps:
1. Create a new WebSharper Single-Page Application project.
`" to `index.html` in the body tag before the `` link.
2. Add a Nuget reference to `WebSharper.Google.Visualization`.
3. Open `Client.fs` and replace its contents with the contents of `Client.fs` from this repository.
4. Add an entry point "`Enjoy!