@d3plus/docs 3.0.11 → 3.0.13
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.
|
@@ -497,11 +497,11 @@ export const argTypes = assign(
|
|
|
497
497
|
control: {
|
|
498
498
|
type: "object"
|
|
499
499
|
},
|
|
500
|
-
defaultValue: "{fill: openColor.colors.gray.600, height: (d) => d.tick ? 8 : 0, label: (d) => d.text, labelBounds: (d) => d.labelBounds, labelConfig: {fontColor: openColor.colors.gray.600, fontResize: false, fontSize: 12, padding: 5, textAnchor: () => {\n const rtl = detectRTL(this._select.node());\n return this._orient === \"left\" ? rtl ? \"start\" : \"end\" : this._orient === \"right\" ? rtl ? \"end\" : \"start\" : this._labelRotation ? this._orient === \"bottom\" ? \"end\" : \"start\" : \"middle\";\n}, verticalAlign: () => this._orient === bottom ? top : this._orient === top ? bottom : middle}, r: (d) => d.tick ? 4 : 0, stroke: openColor.colors.gray.600, strokeWidth: 1, width: (d) => d.tick ? 8 : 0}",
|
|
500
|
+
defaultValue: "{fill: openColor.colors.gray.600, height: (d) => (d.tick ? 8 : 0), label: (d) => d.text, labelBounds: (d) => d.labelBounds, labelConfig: {fontColor: openColor.colors.gray.600, fontResize: false, fontSize: 12, padding: 5, textAnchor: () => {\n const rtl = detectRTL(this._select.node());\n return this._orient === \"left\" ? rtl ? \"start\" : \"end\" : this._orient === \"right\" ? rtl ? \"end\" : \"start\" : this._labelRotation ? this._orient === \"bottom\" ? \"end\" : \"start\" : \"middle\";\n}, verticalAlign: () => this._orient === bottom ? top : this._orient === top ? bottom : middle}, r: (d) => (d.tick ? 4 : 0), stroke: openColor.colors.gray.600, strokeWidth: 1, width: (d) => (d.tick ? 8 : 0)}",
|
|
501
501
|
description: "If *value* is specified, sets the tick style of the axis and returns the current class instance.",
|
|
502
502
|
table: {
|
|
503
503
|
defaultValue: {
|
|
504
|
-
detail: "{fill: openColor.colors.gray.600, height: (d) => d.tick ? 8 : 0, label: (d) => d.text, labelBounds: (d) => d.labelBounds, labelConfig: {fontColor: openColor.colors.gray.600, fontResize: false, fontSize: 12, padding: 5, textAnchor: () => {\n const rtl = detectRTL(this._select.node());\n return this._orient === \"left\" ? rtl ? \"start\" : \"end\" : this._orient === \"right\" ? rtl ? \"end\" : \"start\" : this._labelRotation ? this._orient === \"bottom\" ? \"end\" : \"start\" : \"middle\";\n}, verticalAlign: () => this._orient === bottom ? top : this._orient === top ? bottom : middle}, r: (d) => d.tick ? 4 : 0, stroke: openColor.colors.gray.600, strokeWidth: 1, width: (d) => d.tick ? 8 : 0}",
|
|
504
|
+
detail: "{fill: openColor.colors.gray.600, height: (d) => (d.tick ? 8 : 0), label: (d) => d.text, labelBounds: (d) => d.labelBounds, labelConfig: {fontColor: openColor.colors.gray.600, fontResize: false, fontSize: 12, padding: 5, textAnchor: () => {\n const rtl = detectRTL(this._select.node());\n return this._orient === \"left\" ? rtl ? \"start\" : \"end\" : this._orient === \"right\" ? rtl ? \"end\" : \"start\" : this._labelRotation ? this._orient === \"bottom\" ? \"end\" : \"start\" : \"middle\";\n}, verticalAlign: () => this._orient === bottom ? top : this._orient === top ? bottom : middle}, r: (d) => (d.tick ? 4 : 0), stroke: openColor.colors.gray.600, strokeWidth: 1, width: (d) => (d.tick ? 8 : 0)}",
|
|
505
505
|
summary: "function"
|
|
506
506
|
}
|
|
507
507
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d3plus/docs",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13",
|
|
4
4
|
"description": "Documentation and examples for the d3plus visualization library.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://d3plus.org",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"dev:local": "storybook dev --docs --ci --no-version-updates --port=4000"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@d3plus/core": "3.0.
|
|
20
|
-
"@d3plus/dom": "3.0.
|
|
21
|
-
"@d3plus/format": "3.0.
|
|
22
|
-
"@d3plus/locales": "3.0.
|
|
23
|
-
"@d3plus/react": "3.0.
|
|
19
|
+
"@d3plus/core": "3.0.13",
|
|
20
|
+
"@d3plus/dom": "3.0.13",
|
|
21
|
+
"@d3plus/format": "3.0.13",
|
|
22
|
+
"@d3plus/locales": "3.0.13",
|
|
23
|
+
"@d3plus/react": "3.0.13",
|
|
24
24
|
"@types/react": "^19.1.0",
|
|
25
25
|
"next": "^15.2.4",
|
|
26
26
|
"react": "^18.2.0",
|