1077 results found
-
Support Title rotation.
It seems title of Highcharts doesn't support rotation. Is it possible to enhance it in future release?
1 vote -
Write all or some of the x-axis items according to the chart area size or rotate them when there is no enough space to write them
Sometime there is a lot of category (x-axis) that can't fit inside the chart, so to solve this we can do:
Rotate them, and/or
Write some of the x-axis items according to the chart area size1 vote -
Draw all minor grid lines first, then all major grid lines.
I noticed today that it seems the Y minor and major grid lines are drawn, and then the X minor and major grid lines. This causes X minor grid lines to be drawn over Y major grid lines, which I don't think should be the case. Here is an example:
1 vote -
1 vote
-
Line Charts
For the large sets of data getting through the REST call, The Scripts should be handle and provide high performance.
1 vote -
optional commas on large integers or floats in tooltips.
like 3,098.86 or 345,345,345
1 vote -
Pie Chart with resizable segement that adjust automatically after the proportion of any segement is stretched or contracted
Pie Chart with resizable segements using mouse with all segements adjustment after any segement is stretched or contracted.
1 vote -
1 vote
-
Border style settings for column chart
it would be nice if we can set the style of border chart to dotted ,dash etc..also if possible to set the background image on border would be great
1 vote -
Unzoom graph
I use a Delphi graphing component from Steema software and have always thought that their idea of zooming back to the extents of the chart was always very intuitive. All you do is instead of clicking and dragging from the top-left when you normally rubber-band an area, click and drag from the bottom-right (the reverse). Perhaps you can already do this in Javascript without much problem already but I am new to the language.
1 vote -
Can I Alternate two charts (like a slideshow) in the same area?
Can I Alternate two charts (like a slideshow) in the same area?
1 vote -
column chart with flags as background?
I want to see country population, beside the lable of country, I also want to give Flag as a background image of each column.
1 vote -
If setting x-axis labels on a 45 degree angle, the first x-axis label is not shown
More a bug than a feature request. I'll see if I can attach a screen shot in the next screen
1 vote -
It would be better to add a new property to control that the x-axis label can be rendered above x-axis.
Now the x-axis label can just be rendered below x-axis, I knew it can set xAxis.labels.y offset to make the x-axis label to be rendered above x-axis, but since the label size depends on font settings, we can't set a accurate y offset. I would be better to add a new property in axis options to control this case.
1 vote -
Calculate the point.percentage for all the chart types or add an option to calculate it
Currently, point.percentage is only calculated for pie chart and stacked chart.
But the other chart type may also need to use this value in the customized label formatter or tooltip formatter.
1 vote -
Add Jam support
Jam (jamjs.org) is a client side package manager, and it would be awesome if I could use it to download highcharts.
1 vote -
In the IE, more of the map displayed at the same time, page takes a long time to show,How to solve this problem?
In the IE, more of the map displayed at the same time, page takes a long time to show,How to solve this problem?
1 vote -
allow flags empty of text
instead of auto populating with 'A', someway of allowing empty flags. eg null or or recognising ' ' (space) as being valid
1 vote -
axis option minorTickCount
Currently if minorTickInterval is set to 'auto' then the calculation to determine the minor tick interval does a divide-by-5 on the regular tick interval. I would like an option to change this magic number 5 to something else.
1 vote -
chart within tooltips
Is possible to display a chart in the tooltips ?
Like a drilldown chart which is shown at tooltips.
I have try a few simple solution with it :
1. I'm set useHTML option to TRUE, and applying <iframe> syntax. So basically, i make 2 chart.
2. I'm set useHTML option to TRUE, and applying <img> syntax. So i have 1 Chart & 1 Image.What I dislike from my method :
Method 1. I cannot customize tooltips size.
Method 2. I will have a chart image, not an interactive chart1 vote
- Don't see your idea?