We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ace14 commit bb5ba85Copy full SHA for bb5ba85
src/index.js
@@ -7,7 +7,9 @@ const lcjs = require('@arction/lcjs')
7
// Extract required parts from LightningChartJS.
8
const { lightningChart, AxisTickStrategies, Themes } = lcjs
9
10
-const chart = lightningChart()
+const chart = lightningChart({
11
+ resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
12
+ })
13
.ChartXY({
14
defaultAxisX: {
15
type: 'linear-highPrecision',
0 commit comments