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

Use highchart.js to make plots in Python and IPython notebooks

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

Not thoroughly tested, but the tutorial runs in both Python 2 and 3 without errors (some warnings in Py3).

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...

dependencies

Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Im trying to add some drilldown and was wondering if it's supported or am i doing it wrong, (i suspect the latter)?

hihgchatrs support drilldown https://www.highcharts.com/demo/pie-drilldown Does charts support drilldown? I tried it and it didn't work ``` import charts series = [{ 'type': 'pie', 'name': 'Things', 'colorByPoint': True, 'data': [{ 'name':...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 3.0.7 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...

dependencies

This is a very good project, why don't you update it?

Can't seem to find a way to hide: 1. Search bar 2. Settings button 3. Exporting (traditional way through highcharts config does not work, no option in settings) 4. Watermark...

Do you think it would be possible to save to .png or .jpeg directly. Currently I save to html and then open it and export to png.

feature

Hello, I'm tryng to run this code, on the ipython notebook, using python 2.7.9 on a Ubuntu 14.04 : options = dict(height=400, title=dict(text='My first chart!')) inline_chart = charts.plotasync(dict(data=[0], name='My series'),...