mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
7 lines
322 B
HTML
7 lines
322 B
HTML
<div ng-if="plotlyOptions.globalSeriesType != 'custom'">
|
|
<plotly-chart options='plotlyOptions' series='chartSeries' height="300"></plotly-chart>
|
|
</div>
|
|
<div ng-if="plotlyOptions.globalSeriesType == 'custom'">
|
|
<custom-plotly-chart series='chartSeries' options='plotlyOptions' height="300"></custom-plotly-chart>
|
|
</div>
|