You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
836 B

  1. This module add the possibility to insert Bokeh charts into Odoo standard views.
  2. .. image:: /web_widget_bokeh_chart/static/description/example.png
  3. :alt: Bokeh Chart inserted into an Odoo view
  4. :width: 600 px
  5. `Bokeh <https://bokeh.pydata.org>`__ is a Python interactive visualization
  6. library that targets modern web browsers for presentation. Its goal is to
  7. provide elegant, concise construction of basic exploratory and advanced
  8. custom graphics in the style of D3.js, but also deliver this capability with
  9. high-performance interactivity over very large or streaming datasets. Bokeh
  10. can help anyone who would like to quickly and easily create interactive
  11. plots, dashboards, and data applications.
  12. If you want to see some samples of bokeh's capabilities follow this `link
  13. <https://bokeh.pydata.org/en/latest/docs/gallery.html>`_.