Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Jan 9, 2025
1 parent d41590b commit fe2310a
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<div id="custom_markup_container">
<svg version="1.1" width="820px" height="420px">
<path
d="M 0 0 L 820 0 L 820 420 L 0 420 L 0 0"
stroke="#999999"
stroke-width="1"
stroke-linecap="butt"
fill="white"
stroke-linejoin="miter"
d="M 0 0 L 820 0 L 820 420 L 0 420 L 0 0"
stroke="#999999"
stroke-width="1"
stroke-linecap="butt"
fill="white"
stroke-linejoin="miter"
></path>
<path d="M 13 407 L 128 407 L 232 39 L 13 39" fill="#6D39C3"></path>
<path
Expand Down Expand Up @@ -42,7 +42,6 @@
<tspan x="0" y="0">Export a chart with</tspan>
<tspan x="0" y="19.2">custom elements</tspan>
</text>

</svg>
</div>
<dx-chart id="chart" [dataSource]="oilProductionData" palette="Violet">
Expand Down

0 comments on commit fe2310a

Please sign in to comment.