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
11
votes
7 answers

HighCharts to support RTL

Highcharts does not support rtl be default. When placing rtl texts like hebrew/arabic the text is completely destroyed, making it sometimes unreadable. How do I configure HighCharts to support RTL? I am using the dotnetHighCharts if it helps...
Michael Blok
  • 221
  • 1
  • 4
  • 15
9
votes
2 answers

Disable Print Chart option only from HighCharts

I have a DotNetHighchart with the usual options Print Chart, Download as PDF etc etc. I only want to remove the print chart option, which seemed like a breeze in previous versions of highchart by using .SetExporting(new Exporting { Buttons =…
bjjrolls
  • 529
  • 4
  • 8
  • 21
4
votes
2 answers

GroupBy Hour then Average between two points

I have a database that holds records and those records have a datetime. As a request, I have built a timeline to show how many records were recorded for each hour of the day for the entire year. So, for that I simply grouped by the hour and counted…
Grizzly
  • 5,873
  • 8
  • 56
  • 109
4
votes
1 answer

DotNet.Highcharts: Cost not plotted against the correct date

I'm creating a DotNet.Highcharts chart that is using data from two tables: Expenditures and Incomings. I am using an SQL statement to create a DataTable for each. The first (for Incomings) called Dt contains IncCost and IncDate. The second (for…
Stuart
  • 143
  • 1
  • 3
  • 18
4
votes
3 answers

HighCharts - number format with $ in its short form

I'm using dotnet.highcharts to generate a chart. If I do not set any label formatting on the y-axis labels, this is what is displayed. This is good. So 200M = 200,000,000 And it looks like this is done automatically. If I wanted to put a $ in…
Mike Stone
  • 319
  • 9
  • 22
3
votes
2 answers

HiChart click event 1st time it's working but when I update the data then click event is not working

I am using hichart line graph in my android application. I am setting the data and click event it's working 1st time as excepted but when data changed and I update the graph is displayed properly but click event is not working. After setting data…
Harsh Shah
  • 2,162
  • 2
  • 19
  • 39
3
votes
1 answer

HighCharts - Pie Semi Circle (Arrow in Chart)

I've been trying to insert arrow in semi circle donut chart (like speedometer has) tried everything but no result for me this is it on image what I want to do I have created jsfiddle.net/ymf2zzn1/ to demonstrate my issue $(function () { …
Adam Bremen
  • 685
  • 1
  • 7
  • 18
3
votes
2 answers

System not supported when converting DateTime - DotNetHighChart

I am very new to C# and MVC and Im creating a web application. I am trying to create a line graph using DotNet High Chart which will populate using data from my Database. I am having a problem converting the DateTime to string. My chart controller…
coto2
  • 179
  • 4
  • 15
3
votes
1 answer

How do I hide a Highcharts series from the chart, but always show it in the tooltip?

I am using Highcharts to render a chart with two y-axes. One axis measures a count, while the other axis measures a rate. To illustrate, refer to the following: http://jsfiddle.net/NH5R3 I'd like to simplify this chart by hiding the rate series…
Steve Guidi
  • 19,700
  • 9
  • 74
  • 90
3
votes
2 answers

Highcharts tooltip functionality lost from version 2.2.1 to version 3.0.1

I'm displaying multiple charts on the screen, in a .NET MVC application, using Highcharts 3.0.1. Problem that I have is that the tool tips are not destroyed when moving from one chart to another one (or when I'm not hovering over the area with the…
2
votes
0 answers

Force HighChart Line graph to start from 1st Tick Value

I am using Highstocks. I have a series graph with multiple range selectors. My data is coming in JSON format form c# code behind. The problem I am facing is that for some range selectors my graph line starts from extreme left though I want it to…
Waqar ul islam
  • 418
  • 4
  • 17
2
votes
1 answer

can we make nested donut charts in highcharts?

I am using highchart library .can we make nested dount chart in hightcharts ? I am able to make donut chart .I want to make nested the same thing inside the donut chart . In other words I make donut chart can I make same thing inside the donut chart…
user944513
  • 12,247
  • 49
  • 168
  • 318
2
votes
1 answer

dotnet highchart error, not showing data

i just curious on how to get the specific data column based on database string[] arrLabel = new string[dt.Rows.Count]; Object[] data = new Object[dt.Rows.Count]; Object[] dataDetail = new Object[dt.Rows.Count]; String[]…
Faris Fajar
  • 121
  • 2
  • 12
2
votes
1 answer

How To Reduce Column Series Gap In DotNet.Highcharts

I am creating my chart using DotNet.Highchart Library, i have a problem in reducing gap between data series in column chart. This is my current Chart : and this is my current column chart code: DotNet.Highcharts.Highcharts AttritionByReasonBarChart…
Suhandy Chow
  • 249
  • 1
  • 4
  • 14
2
votes
2 answers

Add javascript function in Dotnet Highchart

I want to add a click event on my generated chart. I have the code below: Highcharts chart = new Highcharts("chart"); chart.InitChart(new DotNet.Highcharts.Options.Chart { DefaultSeriesType = ChartTypes.Bar, Height = 500 }) .SetTitle(new Title…
user4597568
1
2 3
9 10