0.1.7 • Published 1 year ago

realchart-convert v0.1.7

Weekly downloads
-
License
license.txt
Repository
-
Last release
1 year 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

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago