1081 results found
-
Make axis labels formattable so that they all have the same number of decimal places
I would like to have all axis labels rendered with the same number of decimals. Currently, I can fix the number of decimals using the format string, but when zooming in, more decimals are often necessary.
In statistics, it is a general consensus to have axis labels with the same numebr of decimal places to indicate the precision level, so I suggest Highcharts to support this, too, without reverting to custom code.
Currently, it can apparently only be done using custom event code, see this Highcharts Forum entry:
https://forum.highcharts.com/highcharts-usage/how-to-have-all-yaxis-labels-show-same-number-of-decimals-t40826/Thanks for your consideration!
J.25 votes -
zom out feature for all the graphs/charts
Is there any provision for user to zoom out the graph instead of reset zoom? And drag as well.
4 votes -
Set initial state for (custom) buttons before drawing
As I explain in this SO question https://stackoverflow.com/questions/51282216/set-initial-state-for-custom-buttons-before-drawing-highcharts , I need to create custom buttons with an initial/default state (disabled mostly).
Right now I use a callback function with setState (thankfully this doesn't redraw the graph, therefore we face little to no performance impact) but it I believe it could be a nice feature
1 vote -
Boost module for mappoint
Mappoint series are not supported by the boost module.
This could be useful to have it for "Rain radar image" where each point has a set of coordinates with a value which determine its color.
The current version does not support it when there is a lot of rain (thus a lot of points).It could also be useful in other situation where a lot of location have to be displayed on a map
13 votes -
Email the pdf generated via highcharts export
Is it possible to email the PDF generated by the highcharts export library automatically?
1 vote -
Highcharts Parallel Coordinates: Hover/Highlight all series through point
I implemented a parallel coordinates chart in highchart and already activated hovering.
However, most of the times there is more than one serie lines on the same point (= value of a category) For instance, in the example linked above, there could be multiple lines on shoes=Adidas). When hovering this point, I would like to examine all series lines going through this point and not only the one on the top, e.g. I want to see, how Adidas shoes correlate with other categories (or at least see, wether there is some correlation).
I guess, basically I am looking for something…
4 votes -
Add dynamic data update for iOS wrapper
For iOS wrapper there is no way to do
data.addPoint(...). The only way to do a dynamic chart is resetting data when new points become available.
Would be nice forHISeriesto contain methods such asaddPoint()anddata.update()for data changing. Also animation shall work on such operations.3 votes -
HighStock ios
It would great to have HighStock support in cocoapods for ios.
2 votes -
Ability to write the labels of the sunburst chart on an arc (and multiple lines) per element
Ability to write the labels of the sunburst chart on an arc (and multiple lines) per element. See https://forum.highcharts.com/posting.php?mode=reply&f=9&t=40715&sid=28efe43f1c03f9537e7c32ac6de94d06
26 votes -
Allow crop on stack total labels
We are seeing stack total labels get cut off as they get close to the top bounds of the chart. While investigating this we found that we can crop & allow overlap on datalabels so they show outside the bounds of the table, but cannot do that with the stacked labels. We would like to have the same crop and overflow options that datalabels have on stack labels.
https://api.highcharts.com/highcharts/series.line.dataLabels.crop
https://api.highcharts.com/highcharts/yAxis.stackLabels has allowOverlap but that doesn't exactly meet our needs.8 votes -
Link a PlotLine to a Series
I cannot find a way to link a PlotLine (an average line, for example) to a specific series. I would like to be able to toggle the visibility of such a line with the visibility of a series. There's currently no way to do that easily, and I think that this would be a useful feature for a lot of scenarios.
3 votesYou can link them together using event handlers like so: http://jsfiddle.net/yb18evpt/
-
add a property for keeping the font-size fixed on svg files while resizing it
I would love to have a property fontresize: boolean like
title: {
text: 'Highcharts Header',
style: {
fontSize: '48px',
fontResize: false;
}
}
for all Texts at the charts or may be also on generall property which works on all texts.
This property (set on false) should avoid that while resizing the svg-file the size of the text is being resized too.3 votes -
multi level pie chart with no-data-to-display message
I need little help i have to know is there any way to use no-data-to-display.js file in our multi level pie chart ?
Consider District, City and Union Council UC,
'District - Grand Parent'
'City - parent'
'UC - child'
now in as a franchiser we have to see where and where we are selling our products.
my problem is when there is only distribution in district it drillDown and shows message "we are only selling in ...... district"else it shows different cities and then uc wherever we are ending it shows message.
it is working but it is…
3 votes -
no data module with multiple series in highcharts.js
I am using highcharts.js to display bar chart with multiple level series dynamically from servlet .I am storing the series data in arrays and traversing them:
The problem is whenever one of the series has no data the it doesn't show anything except a blank screen. I want to display all the series with data and the series with no data should show there is not district data or city data and should not overlap other series data.Need help.
3 votes -
drilldown pie chart
I want to child drilldown piechart to have a different tooltip. for example - if in my one of the parent slice i am showing tooltip as name: value, i want the drilldown report to show as name : value1 and value2 ( or any other tooltip then parent piechart's). please help me.
1 vote -
Rangeselector with numerical x-axis
Rangeselector is great, but I have only seen it with dates on the x-axis. Is it also possible to have numerical values instead?
I would expect it to be relatively straight-forward. If not, is there a reason for not supporting it?
Thanks!
6 votesIt’s already possible, but not very intuitive, since Highstock is all about time-based data. The trick is to set the button type to “millisecond”, which represents one axis unit: http://jsfiddle.net/zgLdjk6k/
-
Add option for max number of visible levels on Sunburst
Show only a given number of levels at the same time.
Keep in mind the possibility of more granular control depending on which level the user is on.
E.g display levels 1-3 by default, and show levels 4 and 5 only when the user drills into level 3.
18 votes -
3 votes
-
Capture drill to node event in treemap and sunburst
Currently (v6.1.0) Highcharts options doesn't allow to capture drill to node event in treemap and sunburst.
I would be useful to add
drillDownToNodeanddrillUpToNodeevents that will work analogically todrilldownanddrillupevents.Here's a link to the topic that highlighted this problem: https://stackoverflow.com/questions/50279912/dynamically-changing-subtitles-at-various-drilldowns-in-treemap-in-highcharts
1 vote -
3D charts with z-axis having dynamic depth
Currently in 3D charts, if you have a 'column' chart the z depth is not dynamic, it stays the same default of 100 and never updates with more/less data. This is very different from the how all 2D charts work with the data filling the frame, and how 3D scatter works with the data filling the box. I think it would be more consistent/intuitive if the 3D column chart had this feature built into it, and and force the user to override the dynamic sizing if they don't want it
Here is an example of what I am talking about: …
3 votes
- Don't see your idea?