Questions tagged [dotnethighcharts]

Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.

Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types. Users can export the chart to PNG, JPG, PDF or SVG format at the click of a button, or print the chart directly from the web page.

It works in all modern browsers including the iPhone/iPad and Internet Explorer from version 6.

It works in all modern browsers including the iPhone/iPad and Internet Explorer from version 6. Standard browsers use SVG for the graphics rendering. In legacy Internet Explorer graphics are drawn using VML.

One of the key features of Highcharts is that under any of the licenses, free or not, you are allowed to download the source code and make your own edits. This allows for personal modifications and a great flexibility.

Highcharts is solely based on native browser technologies and doesn't require client side plugins like Flash or Java. Furthermore you don't need to install anything on your server. No PHP or ASP.NET. Highcharts needs only two JS files to run: The highcharts.js core and either the jQuery, MooTools or Prototype framework. One of these frameworks is most likely already in use in your web page.

Highcharts supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange and polar chart types. Many of these can be combined in one chart.

Setting the Highcharts configuration options requires no special programming skills. The options are given in a JavaScript object notation structure, which is basically a set of keys and values connected by colons, separated by commas and grouped by curly brackets.

Supported Chart Types:

  • Line
  • Area
  • Column and Bar
  • Pie
  • Scatter and Bubble
  • Dynamic
  • Angular Gauge
  • Clock
  • Gauge with dual axes
  • VU meter
  • Polar chart
  • Spiderweb
  • Wind rose
  • Box plot
  • Error bar
  • Waterfall
  • Funnel chart
  • General drawing
145 questions
2
votes
1 answer

DotnetHighCharts - Multiple Charts positioned on one page

I have to display 3 charts, as part of a dashboard, on one page. The dotnetHighCharts demo project does include a "How to" for multiple charts. This however seems to assume that the charts will simply be placed below each other. My View has quite a…
Basquiat
  • 119
  • 5
  • 15
2
votes
2 answers

how to use Bootstrap font icons on x-axis lables in highcharts

i am trying to put bootstrap font icons in my highchart x-axis labels, i have put that in a fiddle, to that you can see it, http://jsfiddle.net/sanjaybathre/cJRMx/ i am using .net api of highchart code is: public static string SocialBarStats() …
Sanjay Bathre
  • 451
  • 1
  • 5
  • 17
2
votes
1 answer

How to update the highcharts.js to make the export server to my own ipaddress,instead of connect to the highcharts server?

When the web brower clike the export button to export the picture,sometimes I find that it will connect to the highcharts export.com server.But my picture should be private,so how to prevent to connect to highcharts server?Can I put the export in my…
flower
  • 2,212
  • 3
  • 29
  • 44
2
votes
1 answer

Dotnet Highchart Using JSON

I have a JSON which I created using following code SqlConnection con = new SqlConnection("Data Source=LocalHost\\SQLEXPRESS;Initial Catalog=MCAS;Integrated Security=SSPI"); SqlDataAdapter adp = new SqlDataAdapter("select top 10 x,dt from test4 order…
SPandya
  • 1,161
  • 4
  • 26
  • 63
2
votes
1 answer

Unrecognized configuration section pages

I am having error while using highcharts in aspx page. Unrecognized configuration section pages. The error is in web.config file which is