| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 365 |
| Technical Name |
odoo_react_echarts |
| License | OPL-1 |
| Website | https://shachain.dev |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 365 |
| Technical Name |
odoo_react_echarts |
| License | OPL-1 |
| Website | https://shachain.dev |
ECharts Charts for Odoo
40+ chart types from Apache ECharts wrapped as two SystemJS shared chunks for odoo-react visualization addons.
demo.shachain.devWhat it does
Odoo React ECharts vendors the echarts +
echarts-for-react libraries as two independent
SystemJS shared chunks. Commercial addons that render charts
(dashboards, gantt workload heatmaps, ai dashboards, data
model statistics) import echarts directly; the
browser dedupes by chunk URL so the library is downloaded,
parsed, and kept in memory only once.
Odoo React ECharts Features
Two shared chunks, one importmap, 40+ chart types — no double-bundling across consumer addons.
40+ Chart Types
Line, bar, pie, scatter, heatmap, gauge, radar, sunburst, treemap, sankey, funnel, candlestick, boxplot, parallel, graph, themeRiver, 3D and more — the full Apache ECharts catalog ready for use inside any odoo-react addon.
Two SystemJS Shared Chunks
echarts (the chart engine) and
echarts-for-react (the React wrapper) are each
emitted as their own System.register chunk. Resolved via
SystemJS importmap, deduped by URL across consumer addons.
Consumer Map
Consumed by sc_react_showcase, sc_react_dashboard, sc_react_gantt (workload heatmap), sc_react_ai_dashboard, sc_react_data_model, and (transitively) odoo_react_ai. One library instance is shared across every active chart in the host page.
OPL-1 Wrapper, Apache-2.0 Libraries
Wrapper code (entries / build configuration / SystemJS
register stub) licensed OPL-1. Vendored echarts
+ echarts-for-react keep their upstream
Apache-2.0 / MIT licenses. See NOTICE.txt in
the addon root for attribution.
Built on
Powered by Apache ECharts, the SystemJS module loader, and the odoo-react bridge — running natively on Odoo.
Try Odoo React ECharts today
40+ chart types · SystemJS importmap shared · one library instance per page
demo.shachain.devOdoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module