@oliasoft-open-source/charts-library 3.8.0-beta-4 → 3.8.0-beta-5
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.
package/dist/index.js
CHANGED
|
@@ -22335,7 +22335,7 @@ const BORDER_WIDTH = {
|
|
|
22335
22335
|
const BORDER_COLOR = "rgba(0,0,0,0.1)";
|
|
22336
22336
|
const ANNOTATION_DASH = [10, 2];
|
|
22337
22337
|
const DEFAULT_FONT_SIZE = 12;
|
|
22338
|
-
const DEFAULT_FONT_FAMILY = '"Roobert", sans-serif';
|
|
22338
|
+
const DEFAULT_FONT_FAMILY = '"Roobert", "Noto Sans", sans-serif';
|
|
22339
22339
|
const DEFAULT_COLOR = "hsl(60, 10.34482759%, 12.5%)";
|
|
22340
22340
|
const LEGEND_LABEL_BOX_SIZE = 12;
|
|
22341
22341
|
const TOOLTIP_PADDING = 8;
|