pandas-highcharts icon indicating copy to clipboard operation
pandas-highcharts copied to clipboard

Beautiful charting of pandas.DataFrame with Highcharts

Results 24 pandas-highcharts issues
Sort by recently updated
recently updated
newest added

Hey there, I'm trying to download the example notebooks with the plots as HTML and the charts won't show - there are a bunch of ERR_FILE_NOT_FOUND errors in the JS...

I wonder whether I can set the figure size? Sometimes the figure is two narrow in the jupyter.

1. Thank you very much for your work. Combination of pandas with highcharts makes the graphic creation on the webpage a very entertaining exercise. Nevertheless under OSX I have notices...

I tried to modify your code but couldn't make it work.. Trying to add this chart: http://jsfiddle.net/gh/get/jquery/3.1.1/highslide-software/highcharts.com/tree/master/samples/stock/demo/ohlc/ Any idea on what to modify? Thanks! Great library btw!

some args of the HighCharts/HighStock accept a function as its parameter. for example ~~~javascript tooltip{formatter: function(){}} ~~~ now users can provide a function as its parameter

Is this on the roadmap or out of scope? In general it would be good to have a lower level control of the chart

like this http://www.highcharts.com/stock/demo/dynamic-update

Hello, How to use the Column with drill down from Highcharts with a multilevel indexed data frame ? http://www.highcharts.com/demo/column-drilldown

I would like use dict title. How do you think? If it has no problem. Then I will try other options like a subtitle etc... and try add not following...

I would like use something title. Like this dict style. ``` { "text": "Chart", "x": -20 #Center } ```