import { createChart } from 'realchart';
import { highToReal } from 'realchart-convet'
const options = { /* HighCharts options */};
const container = document.getElementById("realchart")
const config = highToReal(options);
createChart(document, container, config);
realchart-convert
0.1.7 • Public • PublishedPackage Sidebar
Install
npm i realchart-convert
Weekly Downloads
0
Version
0.1.7
License
license.txt
Unpacked Size
216 kB
Total Files
5