@publishfx/publish-chart 1.3.0 → 1.3.2

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.
@@ -9,7 +9,7 @@ import { getIndicatorCompareName } from "../../utils/indicatorHelpers.js";
9
9
  import XAxisBackground from "../shared/XAxisBackground.js";
10
10
  import { NodeDetail } from "../shared/NodeDetail.js";
11
11
  import { NodeGeom } from "../shared/NodeGeom.js";
12
- import { CompareChange } from "@moonton/publish-components";
12
+ import { CompareChange } from "@publishfx/publish-components";
13
13
  const STRIPE_PATTERN_THRESHOLD = 10;
14
14
  const BarLineCompareWeekend = ({ height = 310, data, x = '', y = '', z = '', indicatorMap, onChartClick, indicators = [], timeRange: _timeRange, nodeSetting = {
15
15
  showType: 0,
@@ -11,7 +11,7 @@ import AuxiliaryLine from "../shared/AuxiliaryLine.js";
11
11
  import XAxisBackground from "../shared/XAxisBackground.js";
12
12
  import { NodeDetail } from "../shared/NodeDetail.js";
13
13
  import { NodeGeom } from "../shared/NodeGeom.js";
14
- import { CompareChange } from "@moonton/publish-components";
14
+ import { CompareChange } from "@publishfx/publish-components";
15
15
  const STRIPE_PATTERN_THRESHOLD = 10;
16
16
  const GroupCompare = ({ height = 300, data, x = "", y = "", indicatorMap, onChartClick, indicators = [], timeRange, graphType, legend = "", config, nodeSetting = {
17
17
  showType: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@publishfx/publish-chart",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A React chart component library for the Publish platform, including BarChart, LineChart, BarLineChart and other visualization components",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -10,8 +10,8 @@
10
10
  "bizcharts",
11
11
  "data-visualization"
12
12
  ],
13
- "author": "Moonton",
14
- "license": "ISC",
13
+ "author": "PublishFX",
14
+ "license": "MIT",
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "styled-components": "^5.3.11",
42
42
  "ts-jest": "^29.1.2",
43
43
  "typescript": "^5.9.3",
44
- "@moonton/publish-components": "^2.0.3"
44
+ "@publishfx/publish-components": "^2.0.3"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@antv/data-set": "^0.11.8",