Chris Halpert

Results 8 comments of Chris Halpert

Waiting on https://github.com/authomatic/chromedriver_installer/pull/10

Agree it would be helpful to have plotting methods straight from pivoted data for convenience. In addition to #9 we could probably also solve for line, scatter, text, etc. Some...

Thanks @apcamargo! It would be great to be added as a maintainer.

@hrs2203 your help would be appreciated! The png conversion happens in this function: https://github.com/spotify/chartify/blob/master/chartify/_core/chart.py#L448 It is loosely based on this function in Bokeh, but is adapted to use chromedriver instead...

Please see the installation instructions in the readme and let us know if there are any issues. https://github.com/spotify/chartify/blob/master/README.rst#installation .show('html') output should still work without chromedriver.

Thanks for adding the issue! Agree that it would be good to support this use case and eventually support interactive charts in Chartify. Currently columns that aren't used for plotting...

Great idea maybe something like this too? https://thumbs.dreamstime.com/z/3d-pie-bar-chart-green-business-concept-28692693.jpg

Thanks for the suggestion! Better grids and layouts would be a good addition. Here's an example of how you can use Chartify with gridplot in the meantime until we come...