UNPKG
@dickyindra/klinecharts
Version:
latest (8.3.6-7)
8.3.6
8.3.6-7
8.3.6-6
8.3.6-5
8.3.6-4
8.3.6-3
8.3.6-2
8.3.6-1
7.5.0
7.5.0-19
7.5.0-18
7.5.0-17
7.5.0-16
7.5.0-15
7.5.0-14
7.5.0-13
7.5.0-12
7.5.0-11
7.5.0-10
7.5.0-9
7.5.0-8
7.5.0-7
7.5.0-6
7.5.0-5
7.5.0-4
7.5.0-3
7.5.0-2
7.5.0-1
Lightweight k-line chart built with html5 canvas
github.com/liihuu/KLineChart
liihuu/KLineChart
@dickyindra/klinecharts
/
index.blank.js
7 lines
(6 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./dist/klinecharts.blank.min.js'
) }
else
{
module
.
exports
=
require
(
'./dist/klinecharts.blank.js'
) }