@flourish/chart-layout
Advanced tools
Comparing version 9.7.0 to 10.0.0
{ | ||
"name": "@flourish/chart-layout", | ||
"version": "9.7.0", | ||
"version": "10.0.0", | ||
"description": "Create axes", | ||
@@ -19,3 +19,2 @@ "main": "chart-layout.js", | ||
"eslint": "^7.17.0", | ||
"husky": "^4.3.7", | ||
"lint-staged": "^10.5.3", | ||
@@ -22,0 +21,0 @@ "rollup": "^2.36.1", |
@@ -0,1 +1,7 @@ | ||
# 10.0.0 | ||
* Change tick label and axis title default color to #4A4A4A [BREAKING] | ||
* Change x and y axis tick label size to 1 by default [BREAKING] | ||
* Set Y axis tick mode to Number > 4 by default [BREAKING] | ||
* Make axis title horizontal by default [BREAKING] | ||
# 9.7.0 | ||
@@ -2,0 +8,0 @@ * Add minimum size parameter to autoLabelSpace function |
@@ -29,4 +29,4 @@ var X_DEFAULTS = Object.freeze({ | ||
tick_label_position: "default", | ||
tick_label_size: 0.9, | ||
tick_label_color: "#aaaaaa", | ||
tick_label_size: 1, | ||
tick_label_color: "#4A4A4A", | ||
tick_label_angle: "45", | ||
@@ -53,5 +53,5 @@ tick_label_weight: "normal", | ||
title: "", | ||
title_color: "#aaaaaa", | ||
title_color: "#4A4A4A", | ||
title_size: 1.1, | ||
title_weight: "normal", | ||
title_weight: "bold", | ||
title_padding: 0.6 | ||
@@ -58,0 +58,0 @@ }); |
@@ -23,4 +23,4 @@ import { fillInDefaults } from "./common"; | ||
tick_side: "out", | ||
tick_mode: "auto", | ||
tick_number: 5, | ||
tick_mode: "number", | ||
tick_number: 4, | ||
tick_custom: "", | ||
@@ -32,4 +32,4 @@ tick_length: 0.5, | ||
tick_label_position: "default", | ||
tick_label_size: 0.9, | ||
tick_label_color: "#aaaaaa", | ||
tick_label_size: 1, | ||
tick_label_color: "#4A4A4A", | ||
tick_label_angle: "0", | ||
@@ -51,6 +51,6 @@ tick_label_weight: "normal", | ||
title: "", | ||
title_position: "side", | ||
title_color: "#aaaaaa", | ||
title_position: "end", | ||
title_color: "#4A4A4A", | ||
title_size: 1.1, | ||
title_weight: "normal", | ||
title_weight: "bold", | ||
title_padding: 0.6 | ||
@@ -57,0 +57,0 @@ }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
440352
6
10613