Page 1 of 1

Chart controls for CSHTML5! (based on Plotly.js)

Posted: Wed Jan 25, 2017 12:03 pm
by JS-Support @Userware
Dear CSHTML5 users,

We are pleased to inform you of the release of the first chart controls for CSHTML5! They are based on Plotly.js, the powerful open-source charting library.


SCREENSHOTS:

2017.01.25 - CSHTML5 Plotly Chart Simulator1_small.png
2017.01.25 - CSHTML5 Plotly Chart Simulator1_small.png (24.46 KiB) Viewed 16878 times

2017.01.25 - CSHTML5 Plotly Chart2_small.png
2017.01.25 - CSHTML5 Plotly Chart2_small.png (24.75 KiB) Viewed 16878 times

2017.01.25 - CSHTML5 Plotly Chart4_small.png
2017.01.25 - CSHTML5 Plotly Chart4_small.png (34.14 KiB) Viewed 16878 times

2017.01.25 - CSHTML5 Plotly Chart1_smaller.png
2017.01.25 - CSHTML5 Plotly Chart1_smaller.png (28.14 KiB) Viewed 16878 times


DOWNLOAD:

From GitHub: https://github.com/cshtml5/CSHTML5.Extensions.Plotly



QUICK START:

(First of all, make sure that you have the latest version of C#/XAML for HTML5 installed)

1. Go to the GitHub repository by clicking the download link above.

2. Click the green button "Clone or Download", then "Download ZIP"

3. Extract the downloaded file into a folder on your disk.

4. Open the solution by double-clicking the file "CSHTML5.Extensions.Plotly.sln"

5. Set "Examples" as the startup project. To do so, right-click the "Examples" project in the Solution Explorer, and click "Set as StartUp Project"

6. Run the project by clicking "Start" or pressing F5.

7. If you get a message that says that you need the "Professional Edition", click "Start the free 60-day trial", and then run the project again by clicking "Start" or pressing F5.


To use the charts in your own project, just reference the DLL of the library (see the aforementioned example).


We hope you will enjoy this extension. This project is released as open-source. Please feel free to contribute to it, and to post your feedback on this forum or by contacting us.

Regards,
JS-Support

Re: Chart controls for CSHTML5! (based on Plotly.js)

Posted: Sat Jan 28, 2017 5:37 am
by zemorango
Really Nice :) good work :D works like a charm in windows 10 with visual studio 2015 ;)

Re: Chart controls for CSHTML5! (based on Plotly.js)

Posted: Sun Jan 29, 2017 4:18 am
by JS-Support @Userware
Thank you!