RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Global Legend within individual Multiplied Chart div #190

Closed pburnsdata closed 6 years ago

pburnsdata commented 6 years ago

When making paneled bar charts with .multiply(), the legend is a child of the div for the last chart causing the chart title to be offset from the chart (since it's being centered on the width of the legend, not the chart) and the last chart to be isolated. image

Test notes

danedexF5 commented 6 years ago

Looks good. The old funcionality has the legend appearing within the div chart. The new functionality has the legend moved outside of that div and into it's own li.