#!/usr/bin/env python # coding: utf-8 #
# # # #
# # NVD3 # # # ## Gauge Chart # # More information about this chart [here](http://nvd3.org/) # In[4]: from epyk.core.Page import Report rptObj = Report() rptObj = Report() c = rptObj.ui.charts.nvd3.gauge(42) # rptObj.ui.button("reset").click([ c.build(40), ]) rptObj.ui.button("reset").click([ c.build(90), ]) rptObj.outs.jupyter() # For more details about this charts and the various options and properties available please refer to the [official website](http://nvd3.org/) # # Anything on the website should be available in the Python interface. # # Go back to the Chart Home page #
# Do not forget that this is a collaborative framework so do not hesitate to give feedbacks and like the different repository to get more visbility. # # Also any help is more than welcome !