0.1.7 • Published 2 months ago

realchart-convert v0.1.7

Weekly downloads
-
License
license.txt
Repository
-
Last release
2 months ago

RealChart Converting Library

Example to convert highcharts options

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);
0.1.7

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago