wrobstory / bearcart

Creating Rickshaw.js visualizations with Python Pandas
MIT License
266 stars 29 forks source link

Ability to add axis labels #10

Open aravindhsampath opened 10 years ago

aravindhsampath commented 10 years ago

I am trying to use Bearcart inside an Ipython server for all users to create interactive charts of performance data. It is the only library that I could find that allows easy selection of input data. Great work ! But unable to settle on this as one could not set axis titles easily from Ipython. The charts kind of look stupid without showing what is plotted in the X-Axis and what is plotted in Y-Axis. Adding this feature(may be two more args to the Chart class ?) would be highly appreciated.

wrobstory commented 10 years ago

Rickshaw actually doesnt support axis titles. Let me see what I can hack together.

aravindhsampath commented 10 years ago

Hey ! Just curious.. were you able to hack axis titles for a bearcart chart ?

wrobstory commented 10 years ago

Not yet- you might find some success in hacking the HTML template directly.