Closed
Description
Description
Currently, some configuration types listed in packages/mermaid/src/config.type.ts
appear duplicated (such as XYChartAxisConfig1
and XYChartAxisConfig2
). This is caused by an issue on the json-schema-to-typescript
package.
I have a fix that resolves this, which I will submit in a new PR soon.
Steps to reproduce
- Clone the repo.
- Open the
packages/mermaid/src/config.type.ts
file. - See the duplicated types
XYChartAxisConfig1
andXYChartAxisConfig2
.
Screenshots
No response
Code Sample
No response
Setup
No response
Suggested Solutions
No response
Additional Context
No response