@oliasoft-open-source/charts-library 3.6.0 → 3.7.0-beta-1
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
|
@@ -13185,7 +13185,7 @@ const BORDER_WIDTH = {
|
|
|
13185
13185
|
const BORDER_COLOR = "rgba(0,0,0,0.1)";
|
|
13186
13186
|
const ANNOTATION_DASH = [10, 2];
|
|
13187
13187
|
const DEFAULT_FONT_SIZE = 13;
|
|
13188
|
-
const DEFAULT_FONT_FAMILY = '"
|
|
13188
|
+
const DEFAULT_FONT_FAMILY = '"Roobert", sans-serif';
|
|
13189
13189
|
const DEFAULT_COLOR = "rgba(0,0,0,.87)";
|
|
13190
13190
|
const LEGEND_LABEL_BOX_SIZE = 12;
|
|
13191
13191
|
const TOOLTIP_PADDING = 8;
|