@datarailsshared/dr_renderer 1.2.452 → 1.2.453

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.452",
3
+ "version": "1.2.453",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -265,7 +265,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
265
265
  style: {
266
266
  fontFamily: HIGHCHARTS_FONT_FAMILY_CSS,
267
267
  color: CHART_COLORS.TEXT,
268
- 'font-size': '10px',
268
+ 'font-size': '12px',
269
269
  'font-weight': "bold"
270
270
  }
271
271
  },
@@ -287,7 +287,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
287
287
  labels: {
288
288
  style: {
289
289
  fontFamily: HIGHCHARTS_FONT_FAMILY_CSS,
290
- 'font-size': '10px',
290
+ 'font-size': '12px',
291
291
  color: CHART_COLORS.LABEL_SECOND
292
292
  }
293
293
  },