highcharts Questions

2

Solved

Referring to the question i want to move my y-axis scrollbar with mouse wheel Is there any way to do it ? yAxis: { scrollbar: { enabled: true, showFull: false }, } Updated Code Bellow ...
Wool asked 19/9, 2016 at 10:10

4

im having this issue which is breaking my head right now and I cant figured out what is the problem. I have a form called device-form, which is called from the dashboard using routing. The device f...
Rubicund asked 27/2, 2018 at 15:33

8

Solved

I am simply trying to disable the DRILL-DOWN effect on my 'Column Chart'. Can anyone help? Here is the sample code at Fiddle http://jsfiddle.net/D8Ez3/ *as you can see, the graph's legend is click...
Sago asked 7/11, 2012 at 18:14

4

Solved

All, I'm using HighCharts in a web app I'm working on, and generally, I like it very much. However, I'm having a hard time figuring out how capture a mouse click on the ENTIRE chart. In other wo...
Panel asked 23/7, 2012 at 18:13

7

Solved

I have an area chart with negative values. Nothing insanely different from the example they give, but there's one twist: I'd like to keep zero centered on the Y axis. I know this can be achieved b...
Joshuajoshuah asked 13/6, 2013 at 12:59

5

I have just purchased highcharts, but the credits link still appears on my graphs which are quite prominent on my site and it distorts the chart view. I assumed I would get an option, so how do I ...
Rouble asked 17/3, 2013 at 9:21

3

Solved

According to API document of Highchart: https://api.highcharts.com/highcharts/plotOptions.column.borderRadius But I can't find solution to apply borderRadius only for Top Side of column. plotOpt...
Purebred asked 15/11, 2017 at 20:9

4

At the moment, my example is from the Highcharts library, but I'm asking the general question because I'd like to know how to solve this for any library. My code snippet is as follows: tooltip: {...
Payee asked 8/8, 2018 at 2:37

2

Solved

I have a highcharts graph, and I allowed the user to dynamically create their own Flags. Now I want to be able to click on the flag itself and be able to keep it's tooltip showing the whole time un...
Huntsville asked 13/7, 2012 at 18:40

22

I'm using Highcharts with jQuery Mobile. I have an area graph being drawn within a jQM data-role="content" container and within that container I have the following divs: <div style="padding-to...
Odeen asked 14/8, 2013 at 19:10

3

Solved

My approach is configuring a chart with a certain tooltip-format: Highcharts.chart('container', { tooltip: { formatter: function () { return 'Default Format ...'; } }, ... } ... and for cert...
Judsen asked 13/4, 2017 at 9:38

7

Solved

I have a use case where I pull and plot Forex data in the form of ask and bid on the graph and this is based on minute, hour or day candlesticks and I am only plotting the closing value for bid and...
Shylashylock asked 4/7, 2018 at 20:10

5

Solved

I need to set different colors for each column in Highcharts graph dynamically. My Highcharts graph is: options = { chart: { renderTo: 'chart', type: 'column', width: 450 }, title: { text: ...
Alarcon asked 12/10, 2011 at 8:46

4

Basically, I'm trying to have Highcharts automatically draw a straight line going from the first data point to the last, so that I can see the "overall trend" more easily. I believe this is called...
Frightened asked 20/9, 2013 at 0:26

9

Solved

I'm developing a project that is expected to show this graph: http://jsfiddle.net/Kc23N/ When I click a point (tooltip) I want to show a date understandable, not the value in milliseconds. I thin...
Offshoot asked 10/6, 2013 at 22:19

5

Solved

I'm using highcharts. When I get small numbers in my series the y-axis starts using floating numbers. How can I force it to only use whole numbers regardless of my data? Note: I do have a minimum ...
Hydrography asked 7/6, 2013 at 4:6

2

Solved

I'm using Highcharts API for one of my project. I need legends on the right side and chart on the left as in below link. Can anyone have any idea how to do this in Highcharts? Many thanks in ad...
Pase asked 21/3, 2017 at 13:3

5

With a bar chart like this one, is is possible to change the width of the bars to represent another data attribute, say the weight of the fruits. The heavier the fruit is, the thicker the bar. You...
Strain asked 24/10, 2012 at 21:38

3

Solved

I am trying to use "solidgauge" chart from highcharts in backboneJS. Previously I had used a VU meter and it was working correctly. When I used solid gauge I am getting highcharts#17 error. As per ...
Buttonhook asked 19/5, 2016 at 12:46

4

Solved

I am using highcharts to in my app and want to add tooltip with thousand separator like I did it in data labels. I used custom formatting for tooltip, so what should I change to achieve this toolt...
Doubledealing asked 8/10, 2015 at 9:15

3

Solved

I have a Highcharts columnrange chart for which I'd like to disable the color change on mouseover or hover. I've seen others ask similar questions, and I tried to adding this section of code (whic...
Accumbent asked 4/11, 2016 at 22:59

8

Solved

Labels on my chart are showing over tooltip, which doesn't look very nice. I tried to play with zIndex, but to no result. How can I make tooltips not transparent? Here's my jsFiddle: http://www.jsf...
Defalcation asked 28/2, 2013 at 7:57

3

Solved

I'm trying to get the highcharts tooltip to have a zIndex using useHTML to position it over another HTML element. See this fiddle: http://jsfiddle.net/sDu8V/ I'd like the tooltip to go over the p...
Sage asked 13/12, 2013 at 0:9

3

Solved

I've recently dropped use of Graphael and and extensions package Ico. I think it's still a great library, it just needs better documentation and a proper API before it can be widely adopted. I've ...

6

Solved

I want to display Charts in my email - Bar, Area, Pie Charts. I tried a few CSS based Charts with inline styles but it still doesnt show up. Which is the best way to display Charts in email. Are i...
Dna asked 2/6, 2012 at 13:45

© 2022 - 2024 — McMap. All rights reserved.