1077 results found
-
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 forHISeries
to 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
drillDownToNode
anddrillUpToNode
events that will work analogically todrilldown
anddrillup
events.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 -
highchart webcomponent
Will highchart available via webcomponent ?
4 votes -
Add halo on click of slice in Pie chart
Currently the halo style display on hover of a slice on a PIE chart. It will be nice if the halo style gets displayed on click of the slice and persisted so that it clearly shows user when a slice is clicked. This is specially important if the slice of the PIE is very small - in that case having halo on click will clearly make the selected slice visible.
4 votes -
reversing selected colorscheme and maximizing contrast in highmaps
We have recently implemented highmaps on our site and added features to let content creators select different color schemes when they create a map.
But what they are missing is two things: a option to reverse the selected colorscheme from dark to light or light to dark.And a behavior change in highmaps when using the defined colors, so that if the map has fewer data classes than the number of defined colors, only the colors with highest contrast between them should be used.
example: if only two data classes are defined, only the lightest and the darkest color should…
4 votes -
Property for donut chart to show the aggregated total exactly at the center of donut
Provide a property for donut chart to show the aggregated total exactly at the center of donut
var colors = Highcharts.getOptions().colors,
categories = [
"Chrome",
"Firefox",
"Internet Explorer",
"Safari",
"Edge",
"Opera",
"Other"
],
data = [
{
"y": 62.74,
"color": colors[2],
"drilldown": {
"name": "Chrome",
"categories": [
"Chrome v65.0",
"Chrome v64.0",
"Chrome v63.0",
"Chrome v62.0",
"Chrome v61.0",
"Chrome v60.0",
"Chrome v59.0",
"Chrome v58.0",
"Chrome v57.0",
"Chrome v56.0",
"Chrome v55.0",
"Chrome v54.0",
"Chrome v51.0",
"Chrome v49.0",
"Chrome v48.0",
"Chrome v47.0",
"Chrome v43.0",
"Chrome v29.0"
],
"data": [
0.1,
1.3,
53.02,
1.4,
0.88,
0.56,
0.45,
0.49,
0.32,
0.29,
0.79,
0.18,
0.13,
2.16,…1 voteYou can add this to the title dynamically: http://jsfiddle.net/highcharts/h24v71vs/
- Don't see your idea?