Sankey charts ============= .. note:: Requires the `sankey` module: :: easychart.config.scripts.append("https://code.highcharts.com/modules/sankey.js") easychart.config.save() See section on `extensions `_ for more details. .. raw:: html
.. literalinclude:: /_misc/examples/chart-27.py Setting ribbon colors --------------------- .. raw:: html
.. literalinclude:: /_misc/examples/chart-54.py Setting ribbon and node colors ------------------------------ .. raw:: html
.. literalinclude:: /_misc/examples/chart-55.py Setting data labels ------------------- .. raw:: html
.. literalinclude:: /_misc/examples/chart-56.py Setting filtered edge labels with node labels --------------------------------------------- .. raw:: html
.. literalinclude:: /_misc/examples/chart-57.py