Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
115cb09
Merge pull request #4177 from VisActor/sync/main-2.0.4
xuefei1313 Aug 31, 2025
12c3e26
feat: add afterWordcloudShapeDraw event
xuefei1313 Sep 3, 2025
a0c81c7
fix: when color is gradient string, tooltip icon should show correctl…
xile611 Sep 4, 2025
99eddf8
docs: update changlog of rush
xile611 Sep 4, 2025
72ae032
Merge pull request #4181 from VisActor/feat/add-event-afterwordclouds…
xuefei1313 Sep 5, 2025
e222ed8
feat: add combination candlestick chart
xuefei1313 Aug 25, 2025
ebe5a9e
feat: add combination candlestick chart
xuefei1313 Aug 25, 2025
d064375
feat: support multi previewSeries
xuefei1313 Sep 8, 2025
cb80a42
fix: fix the issue of className miss in react-vchart
xuefei1313 Sep 9, 2025
8b45a2c
docs: update changlog of rush
xuefei1313 Sep 9, 2025
3221ac9
Merge pull request #4188 from VisActor/fix/fix-type-error-of-react-vc…
xuefei1313 Sep 10, 2025
c0d525a
fix: fix the bug of no title
xuefei1313 Sep 10, 2025
8352466
feat: support includFullBand api in markArea
xuefei1313 Sep 10, 2025
b5a6750
feat: support includFullBand api in markArea
xuefei1313 Sep 10, 2025
de598a2
docs: update changlog of rush
xuefei1313 Sep 10, 2025
73aa692
fix: fix variables in tooltip svg gradient string
xile611 Sep 10, 2025
7bb825c
feat: support zoom & drag config in roam
xuefei1313 Sep 11, 2025
2a2ac73
fix: bad case of traverse aniamtion config
skie1997 Sep 11, 2025
84e0a78
fix: add beforeDoRender hook
xuefei1313 Sep 16, 2025
0c1d6f4
Merge pull request #4198 from VisActor/fix/add-beforeDoRender-hook
xuefei1313 Sep 16, 2025
105382f
fix: fix the bug of null value error in sankey chart
xuefei1313 Sep 17, 2025
5e833ae
Merge pull request #4183 from VisActor/fix/linear-gradient-string-in-…
xuefei1313 Sep 17, 2025
14d21e1
Merge pull request #4190 from VisActor/feat/support-includeFullBand-i…
xuefei1313 Sep 17, 2025
3c2667c
Merge pull request #4200 from VisActor/fix/no-values-error-in-sankey-…
fangsmile Sep 18, 2025
b289afe
Merge pull request #4196 from VisActor/feat/support-roam-trigger-config
xuefei1313 Sep 18, 2025
a5ead0a
Merge pull request #4194 from VisActor/fix/bug-of-animation
xuefei1313 Sep 18, 2025
aa805be
Merge pull request #4179 from VisActor/feat/combination-candlestick-c…
xuefei1313 Sep 18, 2025
9696c62
build: release version 2.0.5
xuefei1313 Sep 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 15 additions & 15 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.3","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.4","mainProject":"@visactor/vchart","nextBump":"patch"}]
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:2.0.4",
"@visactor/react-vchart": "workspace:2.0.4",
"@visactor/vchart": "workspace:2.0.4",
"@visactor/vchart-extension": "workspace:2.0.4",
"@visactor/openinula-vchart": "workspace:2.0.5",
"@visactor/react-vchart": "workspace:2.0.5",
"@visactor/vchart": "workspace:2.0.5",
"@visactor/vchart-extension": "workspace:2.0.5",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/harmony_vchart/library/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: '@visactor/harmony-vchart',
version: '2.0.4',
version: '2.0.5',
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
main: 'Index.ets',
author: {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "2.0.4",
"version": "2.0.5",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vchart",
"version": "2.0.4",
"version": "2.0.5",
"sideEffects": false,
"description": "The openinula version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:2.0.4",
"@visactor/vchart": "workspace:2.0.5",
"@visactor/vutils": "~1.0.6",
"@visactor/vrender-core": "1.0.13",
"@visactor/vrender-kits": "1.0.13",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vchart",
"version": "2.0.4",
"version": "2.0.5",
"sideEffects": false,
"description": "The react version of VChart 4.x",
"keywords": [
Expand Down Expand Up @@ -28,8 +28,8 @@
"build": "bundle --clean"
},
"dependencies": {
"@visactor/vchart": "workspace:2.0.4",
"@visactor/vchart-extension": "workspace:2.0.4",
"@visactor/vchart": "workspace:2.0.5",
"@visactor/vchart-extension": "workspace:2.0.5",
"@visactor/vutils": "~1.0.6",
"@visactor/vrender-core": "1.0.13",
"@visactor/vrender-kits": "1.0.13",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-vchart/src/charts/BaseChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export interface BaseChartProps
DimensionEventProps,
HierarchyEventProps,
ChartLifeCycleEventProps,
IReactTooltipProps {
IReactTooltipProps,
ContainerProps {
vchartConstructor?: IVChartConstructor;
/** @deprecated 请使用 vchartConstructor */
vchartConstrouctor?: IVChartConstructor;
Expand Down
5 changes: 3 additions & 2 deletions packages/react-vchart/src/containers/withContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import type { StringOrNumber } from '@visactor/vchart';
import React, { useRef, useState, useLayoutEffect } from 'react';

export interface ContainerProps {
style?: React.CSSProperties;
className?: string;
width?: number | string;
height?: number | string;
id?: string;
id?: StringOrNumber;
}

export default function withContainer<P extends ContainerProps>(
Expand All @@ -25,7 +26,7 @@ export default function withContainer<P extends ContainerProps>(
return (
<div
ref={container}
id={id}
id={id?.toString()}
className={className}
style={{
position: 'relative',
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/taro-vchart",
"version": "2.0.4",
"version": "2.0.5",
"description": "Taro VChart 图表组件",
"sideEffects": false,
"main": "esm/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"license": "MIT",
"dependencies": {
"@visactor/vchart": "workspace:2.0.4",
"@visactor/vchart-extension": "workspace:2.0.4"
"@visactor/vchart": "workspace:2.0.5",
"@visactor/vchart-extension": "workspace:2.0.5"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/tt-vchart/src/vchart/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-extension",
"version": "2.0.4",
"version": "2.0.5",
"description": "vchart extension package, including extension plugins and components",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@visactor/vutils": "~1.0.6",
"@visactor/vdataset": "~1.0.6",
"@visactor/vlayouts": "~1.0.6",
"@visactor/vchart": "workspace:2.0.4"
"@visactor/vchart": "workspace:2.0.5"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions packages/vchart-extension/src/charts/candlestick/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from './candlestick';
export * from './interface';
export * from './candlestick-transformer';
export * from './series/candlestick';
export * from './util';
5 changes: 5 additions & 0 deletions packages/vchart-extension/src/charts/candlestick/util.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type { ICartesianSeriesSpec } from '@visactor/vchart';
import type { ICandlestickSeriesSpec } from './series/interface';
export function transformCandlestickSeriesSpec(spec: ICandlestickSeriesSpec) {
(spec as ICartesianSeriesSpec).yField = [spec.openField, spec.highField, spec.lowField, spec.closeField];
}
Loading
Loading