1070 results found
-
Fix the export bug on safari browsers.
Exporting highcharts charts on safari browsers returns the following error in console:
TypeError: Attempted to assign to readonly property.
and the export is unsuccessful.Issue here: https://github.com/highcharts/highcharts/issues/19516
3 votes -
Combine Scatter Plot and (split) Packed Bubble
I would like to create a chart similar to combining Scatter Plot and (split) Packed Bubble. Typical need would be a risk heatmap where the bubbles would not overlap.
This might be possible by placing the groups in Split Packed Bubble report to x,y coordinates? Then making group circles transparent and adding the grid with areas would be what I needed.
1 vote -
1 vote
-
CSV Export set number of decimal places
I can set the decimal point for CSV exports, but there's no way to set the number of decimal places.
3 votes -
More control over series states and state change
Right now series.states looks like the intuitive way to handle a lot of common situations, but its options are extremely limited. The only way to achieve many basic effects is to use mouse events, which do not always work well. It is also impossible to declaratively set a series' state through the API, instead this requires using the (undocumented) .setState() method.
This can become a real nightmare especially if using Highcharts inside a declarative framework like React or Vue where directly calling update methods on chart elements is problematic.
What I would propose is:
Implement more options in series.states --…
3 votes -
Allow null values in highmaps
When a value is coded null in a map, it is not displayed in the tooltip. I usually code missing values with null values (null), not zero values (0).
See https://jsfiddle.net/martindfurrer/xakgs53o/9/I propose to allow null values in map, mabbubble and mappoint graph types, and display them in the tooltip and data labels, similar to what is already possible in heatmap graphs, for example.
This would elegantly allow to distinguish null values from zero values, and display them correctly.
3 votes -
Add Custom Data to View DataTable
Add the ability to add custom data to view data table.
Specifically add custom mean/mid/mode value from dumbbell chart to view data table .2 votes -
Tooltip formatter y value for stacked area should show the value corresponding to the y axis not the raw value
If you have 3 stacked series each with a value of 10, using point.y will show 10,10, and 10 in the tooltip. It should instead show 10,20,30. It seems that point.y and point.value are the same thing
1 vote -
Hello Team, If we use yAsix uniqueNames:true, The chart size increases abnormally. Please Fix this We all need Grouping task with resource.
Hello Team, If we use yAsix uniqueNames:true, The chart size increases abnormally. Please Fix this We all need Grouping task with resource.
1 vote -
Multiple link display between the same nodes in a Network Graph
Currently, if two nodes of a network-type graph are connected by multiple edges (or links), only the last of these links in the data series will be displayed, as it will appear on top of all others.
This is problematic in a case where a network graph should include multiple links of different styles, e.g. different colors, line styles, with different link labels, etc.
See example jsfiddle, where a solid teal and dotted red link are obscured by a solid red one :
https://jsfiddle.net/pqvemxsb/1/
Because all links are straight lines and their shape cannot be changed, it appears impossible to…
1 vote -
Re-render Axis when using the update methop.
When we create a chart the axis take in account the values of min, max and/or our series.
But if we try to call .update() the tickPositions and tickInterval are not recalculated, neither when we didn't set those configs on the creation.
1 vote -
annotation copy and Paste
it would be really nice to have copy and paste selected annotation on screen. many of our customers are asking for it..
like here https://www.tradingview.com/chart/
add annotation and select and press ctrl + c just like normal copy and paste..
2 votes -
Fill between lines with colour depending on order
I would like to fill a space between two lines that generally move up and down, but sometimes one is above the other, and sometimes the other way. And I'd like the fill colour to reflect which line is on top.
Take the following as an example.
https://jsfiddle.net/xczdfkjf/1/
Where the lower and upper ends of the range cross over, between 6 Jul and 7 Jul, I'd like the fill colour to change.
I originally posted this question here back in 2016, and have seen similar questions/requests, but still in 2021 it is not possible :( https://stackoverflow.com/q/41292433/4070848
The answer in the…
12 votes -
overscroll update
Hi everyone, how are you doing well?
I have terrible with overscroll update
When project start, I displayed highchat and after 10s, I am going to reset overscroll
Could you please help me about this?
Thanks in advance1 vote -
Boost module for networkgraph
Just 500 nodes in networkgraph cause the browser lag for a bit. Can you please implement boost module to support for networkgraph?
4 votes -
minTickAmount on Axis
In trying to create graphs with Highcharts, I've found that once a graph gets sized small enough (though still reasonably sized that its not uncommon), the axis usually only gives out 1 single tick mark value.
I want to avoid single tick marks, because with only 1 tick mark, a person viewing the graph loses the sense of scale that comes with multiple tick marks which specifies a physical distance on the graph as a range of numbers.
Id like to see a minTickAmount option added to the Axis, such that specifying it prevents Highcharts from trying to give an…
3 votes -
help users optimize very large network graph.
I would see two ways of doing that. The first one, the most obvious (but maybe not the most straitghtforward for you guys) would be to let users enable the boost module on network graph to allow rendering on GPU.
The alternative would be to allow to generate the graph asynchronously in the background so it's not blocking and only display it when ready.
Best regard to the team and keep the good job !3 votes -
Highstock: step line without vertical lines
Highstock: Step line connects data with vertical lines. In order to visualize climatological norm values being able to simply depict a horizontal line for one data point would be handy. Could be realized with a step line chart that hides vertical lines.
3 votes -
Gantt Task Dependency Enhancements
The general suggestion here is to manage a project using task dependencies and durations rather than dates. The simplest enhancement would be to default a task start date to the end of the dependency task. This is the ASAP assumption. It should then be possible to specify the task duration rather than an end date. Next it would be nice to specify the task start as a duration before or duration after a dependency task end date. There are other assumptions (e.g. as late as possible), but ASAP is the most common. Critical path highlighting would also be useful.
0 votes -
Please make highcharts as ES6 module
Currently if I wish to use one function , whole highcharts.js gets loaded which is increasing bundle size
1 vote
- Don't see your idea?