Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
48b27a6
wip
s77rt May 11, 2026
949f0e2
Merge branch 'main' into support-VictoryChart-messages
s77rt May 11, 2026
a09a744
temp setup
s77rt May 12, 2026
e1ad4c9
keep only one victorychart renderer
s77rt May 12, 2026
1b030cb
wip still
s77rt May 12, 2026
4561344
use JSON5 to parse data
s77rt May 12, 2026
9044d57
Merge branch 'main' into support-VictoryChart-messages
s77rt May 13, 2026
8148ba5
extract and process data - wip
s77rt May 13, 2026
5a3e343
add getHierarchyID
s77rt May 13, 2026
3262940
got data extracted correctly
s77rt May 13, 2026
de5d031
Merge branch 'main' into support-VictoryChart-messages
s77rt May 13, 2026
2946877
some cleanup
s77rt May 14, 2026
da0a9dc
add some Bar props
s77rt May 14, 2026
3343cad
add props for victorybar and victoryline
s77rt May 14, 2026
f2090ce
parse styles
s77rt May 14, 2026
1dc1a3f
remove unused labels prop
s77rt May 14, 2026
e26d318
handle xaxis/yaxis - still missing font
s77rt May 15, 2026
54758aa
use default font
s77rt May 15, 2026
4ac420e
parse domain padding correctly
s77rt May 15, 2026
09b2e04
Merge branch 'main' into support-VictoryChart-messages
s77rt May 15, 2026
76f2c75
Merge branch 'main' into support-VictoryChart-messages
s77rt May 18, 2026
14d2e6a
support VictoryLabel
s77rt May 19, 2026
f87cdd7
support bold font weight
s77rt May 19, 2026
1fed4ef
support VictoryLegend
s77rt May 19, 2026
a98dea9
Merge branch 'main' into support-VictoryChart-messages
s77rt May 19, 2026
37e63f5
Merge branch 'main' into support-VictoryChart-messages
s77rt May 20, 2026
8091d60
clean up
s77rt May 20, 2026
67a4d2c
make some props optional and avoid magic numbers
s77rt May 21, 2026
e5caf18
fix grid compatibility
s77rt May 21, 2026
c43d692
support formatted labels
s77rt May 21, 2026
95610e9
fix tagname
s77rt May 21, 2026
788d4df
register victory chart tags
s77rt May 21, 2026
cab2e37
fix tickCount padding weird issue
s77rt May 21, 2026
9be68bc
load Skia properly before rendering Skia components
s77rt May 21, 2026
e97ceb2
define type separately
s77rt May 21, 2026
8d166b7
fix wasm resolution
s77rt May 21, 2026
eb58ba1
fix line styles
s77rt May 21, 2026
b39a47a
lint
s77rt May 21, 2026
04695a6
Merge branch 'main' into support-VictoryChart-messages
s77rt May 21, 2026
4c9dcec
add displayName
s77rt May 21, 2026
a25d331
add words to spell check dictionary
s77rt May 21, 2026
b157fb2
better typescript
s77rt May 21, 2026
07b8add
avoid use of any type
s77rt May 21, 2026
b048959
lint
s77rt May 21, 2026
274cd83
add word to spellcheck dictionary
s77rt May 21, 2026
cf2be85
copy resolve.fallback from common webpack to storybook to fix build
s77rt May 21, 2026
8a18b2e
more lint
s77rt May 21, 2026
c0ca46b
remove useMemo and useCallback usage
s77rt May 21, 2026
ff9c5e0
add json5
s77rt May 21, 2026
f95e7fa
explain why using JSON5
s77rt May 21, 2026
5b81896
Revert "add json5"
s77rt May 21, 2026
3abf023
add json5 lock @ 2.2.2
s77rt May 21, 2026
1159292
lint still
s77rt May 21, 2026
5cec82d
apply refactor
s77rt May 22, 2026
be6d67d
clean up VictoryChartCartesian and add prepare for VictoryChartPolar
s77rt May 22, 2026
b03c615
remove regularTypeface and boldTypeface from VictoryChartContext and …
s77rt May 22, 2026
a0d6f91
spellcheck
s77rt May 22, 2026
a29a770
lint
s77rt May 22, 2026
8304deb
revert unintended change
s77rt May 22, 2026
1ecda27
log warn when rendering non supported series chart
s77rt May 22, 2026
fddafa4
better log
s77rt May 22, 2026
b85d2e8
log warn when trying to render polar charts
s77rt May 22, 2026
a21ac58
add type to VictoryChartContext
s77rt May 22, 2026
94e83a0
move null out of ChartType
s77rt May 22, 2026
38aee59
add VictoryChartContent
s77rt May 22, 2026
dba8852
move VictoryChartRenderArgsContext to its own file
s77rt May 22, 2026
dd28402
Use single VictoryChart import
s77rt May 22, 2026
8ad11ea
use Partial<> and avoid type re-def
s77rt May 22, 2026
9f1c472
clean up
s77rt May 22, 2026
1697d46
typo
s77rt May 22, 2026
977e2ed
alpha order
s77rt May 22, 2026
ab3bd7a
sort words in cspall
s77rt May 22, 2026
2067d14
Revert "Use single VictoryChart import"
s77rt May 22, 2026
3183d12
better imports
s77rt May 22, 2026
05b58b7
remove VictoryChart.ts
s77rt May 22, 2026
cae7b95
merge main
s77rt May 22, 2026
5de25c2
lint
s77rt May 22, 2026
c92d914
log once
s77rt May 22, 2026
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
3 changes: 3 additions & 0 deletions .storybook/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type CustomWebpackConfig = {
resolve: {
alias: Record<string, string>;
extensions: string[];
fallback: Record<string, string | false | string[]>;
};
module: {
rules: RuleSetRule[];
Expand Down Expand Up @@ -73,7 +74,9 @@ const webpackConfig = async ({config}: {config: Configuration}) => {
definePlugin.definitions.__REACT_WEB_CONFIG__ = JSON.stringify(env);
}
}

config.resolve.extensions = custom.resolve.extensions;
config.resolve.fallback = custom.resolve.fallback;

const babelRulesIndex = custom.module.rules.findIndex((rule) => rule.loader === 'babel-loader');
const babelRule = custom.module.rules.at(babelRulesIndex);
Expand Down
Loading
Loading