You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.js
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ const {
10
10
LegendBoxBuilders,
11
11
UIElementBuilders,
12
12
UIOrigins,
13
+
emptyFill,
13
14
Themes,
14
15
}=lcjs
15
16
const{ createProgressiveTraceGenerator }=xydata
@@ -28,15 +29,10 @@ const exampleTrends = [
28
29
constexampleTrendsCount=exampleTrends.length
29
30
constexampleDataCount=50*1000
30
31
31
-
letlicense=undefined
32
-
try{
33
-
license=LCJS_LICENSE
34
-
}catch(e){}
35
-
36
32
// NOTE: Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/
0 commit comments