1084 results found
-
categories
Hello,I'm a green hand in using HighChats.
In my project,through setting categories,to emerge the title of XAixs.But the categories are to long,when set the rotation for -90,the charts overlap the categories.
Please tell me how to solve the problem,thank you.the code as follows
…chart = new Highcharts.Chart({ chart: { renderTo: 'container', //图表容器Id defaultSeriesType: 'spline', //图表类型 line, spline, area, areaspline, column, bar, pie , column,scatter inverted: false, //左右显示,默认上下正向。假如设置为true,则横纵坐标调换位置 plotBackgroundColor: null, plotBorderWidth: null, zoomType: 'y', spacingRight: 2, //图表距右侧的位置 spacingLeft: 2, //图表距右侧的位置 plotShadow: false }, title: { text: "测试图表标题" //图表标题 }, //Y轴坐标标题 labels:纵柱标尺 yAxis: { min: -10, max: 10, title: { enabled:1 vote -
powerpivot
visual pivot viewer like MS' PowerPivot would be amazing - currently requires Silverlight
9 votes -
11 votes
-
Changelog RSS feed
Please do a RSS feed of http://www.highcharts.com/documentation/changelog . I personally follow software updates via rss feeds mostly. Helps to keep up to date at a glance. ty
3 votes -
Make pie slices selectable through data labels
In pie charts slices with very small percentage (e.g. 0.01%) currently aren't selectable. This could be fixed by handling click events on data labels.
13 votes -
colorByPoint for scatter plot
Add colorByPoint option to the scatter plot. This would allow coding a third dimension by color or intensity in a standard scatter plot.
6 votes -
Provide printable container
Provide a container such that if a user wanted to print/export the container, the container and all contents would be printed/exported. Highcharts provides this support on a per chart basis, but we need the printing/exporting on larger scale.
6 votes -
4 votes
-
3 votes
-
internal json parser
for complex json data created on server, that they have fileds name like: [['a':1,'b':2],['a':2,'b':3]] ===> can define a field for xaxis and b field for yaxis
xaxis: json[a]
yaxis: json[b]5 votes -
hlc
I'd like the ability to display stock charts in a HLC format
3 votes -
Accumulation chart
It would be great if you integrate Accumulation chart in Highcharts.. http://i52.tinypic.com/10xvfh4.png
we are awaiting for this new accumulation chart
1 vote -
import excel sheet data
I want to create line chart. I need to import the data from Excel sheet (.xls file). How can I do that? Is it possible?
27 votes -
Stock charts: maxZoom for navigator
It would be nice if the user can only change the selection of the navigator to a minimum value of the maxZoom options (if set) of the xAxis in navigator options.
6 votes -
Highcharts RSS Update Feed
Can you add a RSS feed subscription button to whatever CMS you are using for your news updates? I would like to be able to subscribe to it to know whenever you've put out an update. Right now I find no such button on the http://highcharts.com/component/content/category/2-news/ page. Thanks!
10 votes -
Export images using canvg
With very few codeline changes in export.js you could convert the svg into a canvas using http://code.google.com/p/canvg/
Then send the canvas.toDataURL to the server and let it reply a base64_decode of it, or alternatively use Downloadify to eliminate any server interaction altogether.
This way highcharts doesn't require any conversion library like batik and can be used everywhere (without internet access for export.highcharts.com)Your Highcharts library rocks btw!
9 votes -
Hide a serie in the legend
It would be useful to have the posibility for each serie to show or hide it in the legend. ( I mean programmaticaly)
4 votes -
add an option to open the export menu on 'mouseover' instead of 'click'
Currently, the exporting modules export button opens the export menu when the user clicks the button. It would be nice if there was an option to have this menu open on mouseover instead.
3 votes -
Support GWT
Add support to GWT.
3 votes -
reference line
Can add the reference line, as like in Excel
4 votes
- Don't see your idea?