chrome="console" · chart-engine="echarts"
IR-style chart console
Matched to the BrighterIR / Polaris share-price console layout — ranges on top, dual-axis area + columns, navigator, controls below. Export: PDF, PNG, JPG, XLS, CSV, Print. Layout still tunable via console-panels, console-toolbar, console-actions, console-ranges, and console-reset.
HTML snippet
<script src="https://cdn.proactivedigital.solutions/lib/proactive-charts/proactive-charts.min.js" type="module"></script>
<proactive-charts
chrome="console"
chart-engine="echarts"
console-panels="markers,overlays"
console-toolbar="series,dates,export"
console-actions="toolbar"
console-ranges="above"
console-reset="true"
provider="morningstar"
exchange="6"
symbol="III"
currency="GBX"
volumelabel="Trade Volume"
linestroke="#ffad2b"
linefill="#ffad2b"
barfill="#054c41"
height="550"
default-range="1y"
range-options="1d,1w,1m,3m,6m,1y,all"
showcredit="true"
></proactive-charts>
<!-- Move GO / Export outside the component -->
<!-- console-actions="none" then: document.getElementById('chart-console').exportChart('png') -->
<!-- applyConsoleDates() · resetConsole() -->