hyperprop-charting-library 0.1.35 → 0.1.36

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.
@@ -171,8 +171,6 @@ var DEFAULT_OPTIONS = {
171
171
  visible: true,
172
172
  style: "dotted",
173
173
  thickness: 1,
174
- color: "#38bdf8",
175
- labelBackgroundColor: "#38bdf8",
176
174
  labelTextColor: "#0b1220",
177
175
  labelBorderRadius: 3
178
176
  },
@@ -147,8 +147,6 @@ var DEFAULT_OPTIONS = {
147
147
  visible: true,
148
148
  style: "dotted",
149
149
  thickness: 1,
150
- color: "#38bdf8",
151
- labelBackgroundColor: "#38bdf8",
152
150
  labelTextColor: "#0b1220",
153
151
  labelBorderRadius: 3
154
152
  },
package/dist/index.cjs CHANGED
@@ -171,8 +171,6 @@ var DEFAULT_OPTIONS = {
171
171
  visible: true,
172
172
  style: "dotted",
173
173
  thickness: 1,
174
- color: "#38bdf8",
175
- labelBackgroundColor: "#38bdf8",
176
174
  labelTextColor: "#0b1220",
177
175
  labelBorderRadius: 3
178
176
  },
package/dist/index.js CHANGED
@@ -147,8 +147,6 @@ var DEFAULT_OPTIONS = {
147
147
  visible: true,
148
148
  style: "dotted",
149
149
  thickness: 1,
150
- color: "#38bdf8",
151
- labelBackgroundColor: "#38bdf8",
152
150
  labelTextColor: "#0b1220",
153
151
  labelBorderRadius: 3
154
152
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperprop-charting-library",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "Lightweight TypeScript charting core",
5
5
  "type": "module",
6
6
  "main": "./dist/hyperprop-charting-library.cjs",