104 results found
-
jquery ui
Made the HighCharts charts able to use ThemeRoller (by jQuery UI) themes in order to change the look and feel. By this way will be simple to have a unique and centralized interface for every element in the site (via css)
63 votesThe idea was shared in 2011, when jQuery was dominating the JavaScript world, and the majority of the votes come from 2013 or earlier.
Custom styles can be defined and build as explained in documentation here:
https://www.highcharts.com/docs/chart-design-and-style/custom-themes-in-styled-mode -
61 votes
We have the Standalone Framework that should be used when jQuery is not available. See http://www.highcharts.com/component/content/article/2-articles/news/58-highcharts-standalone-framework/.
Since 4.0 we have discontinued the MooTools and Prototype adapters since the Standalone Framework is only 1kB extra download.
-
Bug with maxPadding and navigator
maxPadding setting doesn't work if navigator is used. http://jsfiddle.net/w2aKK/5/
afterSetExtremes workaround messes up navigator handles. http://jsfiddle.net/w2aKK/8/
9 votesThis is not a feature request. Please report bugs on our GitHub: https://github.com/highcharts/highcharts/issues/new/choose
-
highstock can't click on flag vie iPad , Android i never try.
highstock can't click on flag vie iPad , Android i never try.
the highchart should be run on ipad and Android tablet especially when we touch on Flagnot it isn't
7 votesThis is not a feature request. Please report bugs on our GitHub: https://github.com/highcharts/highcharts/issues/new/choose
-
Highmaps Drill-down
Highmaps drill-down, i need option for the city drill-down. Currently i can drill-down by District of USA. If You provide more example for highmap drill-down. It will helpful for me.
6 votesIf you have the maps required for the drilldown then you could implement the drilldown feature as seen in docs and API reference demos.
In case you need more help, please contact our technical support: https://www.highcharts.com/blog/support/
-
Control the tooltip position
Hi all,
Now I have a problem with tooltip position, like this:http://jsfiddle.net/tannm/s5QX5/26/
Tooltip (when hovering the flags) is always staying on xaxis, not following the mouse's position, is there any help ? It looks not so good for me.
6 votesPlease use the forum for tech support. Uservoice is for feature requests.
-
Color picker on legend
Make the colors in legend squares instead of lines/points, when clicked, a color palette picker will popup and let you change colors.
6 votesI think this is a bit outside the natural scope of a charting application. You can build this by attaching a color picker script to the legendItemClick event.
-
Draggable master area line in GoogleAnalytics
Active area in Master view should be draggable and resizable like in Google Analytics
5 votesThis will be part of the zooming and panning update described elsewhere in this forum.
-
3 votes
Click events on points are already supported. See www.highcharts.com/ref/#plotOptions-series-point-events
-
in my website am using tabs, highchart is not displaying in the tabs in firefox
in my website am using tabs, highchart is not displaying in the tabs in firefox
3 votesPlease keep user support in the forum or by email.
-
Export - null values
Filter null values (meaning n/a values) before the POST so the Batik rasterizer will be happy (see issue about <rect ... y="NaN" ...>)
3 votesThis should be treated as a support case or bug report, not a feature request. We will try to help you fix it.
-
Separate CSS from JS code
Graphical render is created by JavaScript. Could JS use CSS instructions instead?
3 votesMany of the Highcharts elements have class names, like .highcharts-series, .highcharts-title etc. The problem is that two sets of CSS must be maintained, one for SVG and one for VML/SVG. Another problem is that by experience, it is easier for users to have only one set of configuration syntax to keep track of. In the current solution, some CSS is applied inside the configuration tree.
-
Support animation of bar & pie charts update
The animation on line & spline graph looks very good.
I would love to have the same kind of animation support in bar/column and pie charts, please .....3 votesNo problem
-
export chart as an image
ability to export a chart as an image
3 votes -
restrict exporting to certain formats
exporting: {
format :['svg', 'jpeg'] // does not print the png or pdf formats
}3 votes -
Additional support for master-detail charts
Hi,
Can master-detail charts be extended to support like the following as well:
http://www.ejschart.com/examples/advanced/masterDetail.htmlAlso, can the code to implement an master-detail chart be made simpler? Even the current one in the demo seems long (without the series data) and can be made simpler. Look at the code in the link above and you will see what I meant.
3 votes -
client side pdf export of an entire html results page including multiple charts and tables
Allow a fully rendered page that includes several charts, tables, images and text to be exported by the user to a PDF document.
3 votesIt can’t. On the client side however, you can export a complete page through a software program called wkhtmltopdf.
-
3 votes
-
Ability to switch types of chart
Ability to switch types of chart - column to line or spline, other types and vice-versa.
3 votes -
3 votes
- Don't see your idea?