UNPKG
klinechartsmoavi
Version:
latest (3.0.4)
10.0.1-alpha9-moavi
10.0.0-alpha9-moavi
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
Lightweight k-line chart built with html5 canvas
klinecharts.com
klinecharts/KLineChart
klinechartsmoavi
/
dist
/
index.cjs
8 lines
(7 loc)
•
318 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@license
* KLineChart v3.0.3 * Copyright (c) 2019 lihu. * Licensed under Apache License 2.0 https://www.apache.org/licenses/LICENSE-2.0 */
"use strict"
;
"production"
===process.
env
.
NODE_ENV
?
module
.
exports
=
require
(
"./umd/klinecharts.min.js"
):
module
.
exports
=
require
(
"./umd/klinecharts.js"
);