[12.0][NEW] web_widget_plotly_chart

This commit is contained in:
Roberto Fichera
2019-09-10 11:40:22 +02:00
parent 35e598f184
commit 3e77cd1a0a
13 changed files with 712 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
This module add the possibility to insert Plotly charts into Odoo standard views.
.. image:: /web_widget_plotly_chart/static/description/example.png
:alt: Plotly Chart inserted into an Odoo view
:width: 600 px
`Plotly <https://plot.ly/>`__ is a Python interactive visualization
library built on top of d3.js and stack.gl, plotly.js is a high-level,
declarative charting library. plotly.js ships with over 40 chart types,
including scientific charts, 3D graphs, statistical charts, SVG maps, financial
charts, and more.
If you want to see some samples of plotly's capabilities follow this `link
<https://github.com/plotly/plotly.py#overview>`_.