1077 results found
-
invert drilldown only
Allow a drilldown to be inverted while the parent chart is not inverted.
1 vote -
add a option flag to disable the legend handleOverflow function call
When I export the svg to pdf with option "useHTML", it returns blank legends.
So I suggest to add an option flag to disable the legend handleOverflow function callif (! this.options.disableLegendOverflow){
legendHeight = legend.handleOverflow(legendHeight);
}1 vote -
add the ability to insert a custom class to data points matching specific criteria. If range is 1-9, if range is 10-19, etc.
If a data point is between X and Y integer, give it "class='low-range'" if a data point is between A and B interger, give it "class='custom-class'", etc.
1 voteHere’s how you can do this currently with a little extension: http://jsfiddle.net/highcharts/tc5b2vbr/
-
tooltip config option to contain within the chart container, so a wide/long tooltip borders on the graph
right now if a tooltip is too long or wide, and expands outside of the graph's container, a mouseover outside of the container immediately closes the tooltip.
this prevents a user from clicking, for example, a custom link at the bottom of a long tooltip that expands outside the graph.
1 vote -
Able to add a tooltip positioner to a specific dataseries
I would like to be able to add a tooltip positioner function to a specific dataseries. Now I have to go via the tooltip object which affects all tooltip positioning. Lets say I want a custom positioner for the main dataseries but another, or the default for tooltips connected to my flags.
1 vote -
Add ability to change the "look at" point in 3d plots, or alter the default to use the center of the plot
Currently the view is aimed at the center X and Y, but min Z.
With deep 3d scatter plots, this leads to parts of the scatterplot being invisible at certain rotations (eg. after rotating 90 deg, half of the view is empty, other half contains points).
As an alternative, I would suggest changing the default for 3d scatterplots to take z depth into account (aim at center Z).
1 vote -
Separate containers inside main highcharts container
I suggest adding support for multiple "modules"/containers inside highcharts main container. Today it is possible to make it work by assigning absolute positions for each y-axis wanted. We are using this in this graph for instance https://www.avanza.se/aktier/om-aktien.html/3873/microsoft-corp (Click settings icon and click "Volym").
The problem today when you want to have multiple containers with different y-Axis assigned to same x-axis is when you want to toggle them on/off (show/hide). That is because axes can not be hidden and we want dynamic shrink/expand main container depending on which "containers" (y-axes) visible. We would also like to have a bar for each…
1 vote -
3D data on 2D scatter plot with smooth color
Drawing a 3D dataset (x,y,z) on 2D scatter plot.
The 3rd dimension (z) is presented as color on scatter plot. A color axis is used to guide user for the color.
An sample is posted at: http://forum.highcharts.com/highcharts-usage/how-to-plot-3d-data-on-2d-scatter-plot-with-smooth-color-t31107/
1 vote -
Implement method for disabling legend.navigation
We can use "legend.useHTML=true" to disable legend navigation, i.e. remove the scrolling of data serie's names in the legend box.
The docs (http://api.highcharts.com/highcharts#legend.navigation) say "When legend.useHTML is enabled, navigation is disabled.". But disabling navigation on the chart legend should instead be a method call or a property we can set to true or false.
1 vote -
1 vote
-
Add support for relative (lowercase) SVG operators in path
This would allow SVG paths to be shorter in many cases, which would reduce data size, and make the page load faster.
For example, SVG path for a rectangle could be
"M400 400h32v28h-32Z"
instead of
"M400 400L432 400 432 428 400 428Z"
See http://forum.highcharts.com/highmaps-usage-f14/use-of-relative-commands-in-svg-paths-for-map-t31720/1 voteThank you for your suggestion.
-
IExplorer - just print chart, not whole page? what's solution
IExplorer - just print chart, not whole page
1 vote -
IExplorer - just print chart, not whole page? what's solution
IExplorer - just print chart, not whole page
but printing properly in other browser.1 vote -
Add Animation in HighStock navigator
When I click anywhere on the navigator, is there a way to animate the navigator panel and the rifles with some easing effect?
1 vote -
1 vote
-
Rapid highcharts
Is Highcharts a hands on guide to visualising data.This link gave me a gist but am not sure bit.ly/1u1r0kZ
1 vote -
BorderColor in series data
It would be nice to change BorderColor for each category data, as done for color. But more in generale to have style in data could do the trick and even more :)
1 vote -
Can we have smart labels for stackbar charts
When the individual stacks in a stack bar are too small the labels are overlapped. It gets really hard to read the text on screen. I understand we can use the tooltip feature to see the exact value for any stack. But in case we need to print the chart on paper Smart labeling would really come in handy
1 vote -
Could you really help with the following: ie i need to have 4 buttons: "Hourly", "Daily","Weekly","Monthly" So that when "Hourly" is cli
Could you really help with the following:
ie i need to have 4 buttons: "Hourly", "Daily","Weekly","Monthly"
So that when "Hourly" is clicked i need the chart to display the hourly data for the month.
Likewise when "Daily" is clicked i need the chart to display the Daily data for the month.
Likewise when "Weekly" is clicked i need the chart to display the Weekly data for the month(ie the chart should show the sum of values in a week, so that it will show 4 weekly points of the month).
Likewise when "Monthly" is clicked i need the chart to…1 vote -
Add labelLength related setting for autoRotation ellipsis
Would be nice to specify a max labelLength setting to control the label width that is used before ellipsis is shown on x-axis labels.
I see in renderUnsquish() is where you currently determine the width to set:
// Add ellipsis if the label length is significantly longer than ideal if (attr.rotation) { css = { width: (labelLength > chart.chartHeight * 0.5 ? chart.chartHeight * 0.33 : chart.chartHeight) + PX, textOverflow: 'ellipsis' }; }
1 vote
- Don't see your idea?