Commit dc0e0354 authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - added more attributes for line chart data

parent 9ef12c5f
......@@ -3,19 +3,20 @@
charts="{{ $charts }}"
titles="{{ json_encode($titles) }}"
colors="{{ json_encode($colors) }}"
point-values="{{ $pointValues }}"
boundary-gap="{{ $boundaryGap }}"
inverted="{{ $inverted }}"
data-zoom="{{ $dataZoom }}"
stacked="{{ $stacked }}"
is-area="{{ $isArea }}"
animation-duration="{{ $animationDuration }}"
@if($yAxisLabelValueFormat != null) y-axis-label-value-format="{{ $yAxisLabelValueFormat }}" @endif
@if($markLine != null) mark-line="{{ $markLine }}" @endif
categories="{{ json_encode($categories) }}"
series="{{ json_encode($series) }}"
data="{{ $data }}"
raw="{{ json_encode(json_decode($raw)) }}"
point-values="{{ $pointValues }}"
stacked="{{ $stacked }}"
is-area="{{ $isArea }}"
@if($markLine != null) mark-line="{{ $markLine }}" @endif
>
</div>
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment