tiddly-gittly / tw-echarts

An All-in-one Visualization Framework for TiddlyWiki5 based on ECharts
https://tiddly-gittly.github.io/tw-echarts/
MIT License
48 stars 8 forks source link

Version 0.1.2 doesn't respect the $height parameter #74

Closed Drevarr closed 1 year ago

Drevarr commented 1 year ago

Version 0.1.2 doesn't respect the $height parameter


</$reveal>

<$reveal type="match" state="$:/state/curChart" text="Profession_HPS_BoxPlot">

---

<div class="flex-row">
    <div class="flex-col border">

!!Heals per Second Box Plot by Profession

<$echarts $text={{202301151239_HPS_Profession_Box_PlotChartData}} $height="800px" $theme="dark"/>

</div>
</div>

</$reveal>

Example chart.tid 202301151239_HPS_Profession_Box_PlotChartData.tid.txt

image

Current Version: image

Version 0.0.9: image

Gk0Wk commented 1 year ago

Try v0.1.3

Drevarr commented 1 year ago

Excellent, thank you for the quick fix!

version 0.1.3 image