mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00: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>
|