@aquera/nile-visualization 2.7.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -185,6 +185,13 @@ async function init() {
|
|
|
185
185
|
throw new Error('Highcharts is required. Either install it via npm (`npm i highcharts`) ' +
|
|
186
186
|
'or load it globally via <script> before nile-visualization.');
|
|
187
187
|
}
|
|
188
|
+
_Highcharts.setOptions({
|
|
189
|
+
chart: {
|
|
190
|
+
style: {
|
|
191
|
+
fontFamily: 'var(--nile-font-family-body, var(--ng-font-family-body))',
|
|
192
|
+
},
|
|
193
|
+
},
|
|
194
|
+
});
|
|
188
195
|
return _Highcharts;
|
|
189
196
|
}
|
|
190
197
|
/**
|
|
@@ -49,7 +49,6 @@ import '../nile-vector-chart/index.js';
|
|
|
49
49
|
import '../nile-xrange-chart/index.js';
|
|
50
50
|
import '../nile-kpi-chart/index.js';
|
|
51
51
|
import '../nile-filter-chart/index.js';
|
|
52
|
-
import '@aquera/nile-data-grid';
|
|
53
52
|
import '../nile-ai-panel/index.js';
|
|
54
53
|
export declare class NileChart extends NileElement {
|
|
55
54
|
static styles: CSSResultGroup;
|
|
@@ -60,7 +60,6 @@ import '../nile-vector-chart/index.js';
|
|
|
60
60
|
import '../nile-xrange-chart/index.js';
|
|
61
61
|
import '../nile-kpi-chart/index.js';
|
|
62
62
|
import '../nile-filter-chart/index.js';
|
|
63
|
-
import '@aquera/nile-data-grid';
|
|
64
63
|
import '../nile-ai-panel/index.js';
|
|
65
64
|
const CORE_CHART_LABELS = {
|
|
66
65
|
bar: 'Bar',
|