arnoutaertgeerts / python-highcharts

Use highchart.js to make plots in Python and IPython notebooks
http://nbviewer.ipython.org/github/arnoutaertgeerts/python-highcharts/blob/master/Tutorial.ipynb
Other
134 stars 31 forks source link

Can't hide UI elements #51

Open kylebuckingham opened 8 years ago

kylebuckingham commented 8 years ago

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 (same as above)

Are any of these possible?

matsvandecavey commented 8 years ago

1, 2 and 3 will disappear when you export the plot to .png.

yaochen1994 commented 6 years ago

How to hide Search bar,and Settings button in HTML format,instead exporting to .png?