mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Added the file name changes
This commit is contained in:
parent
9558cb9b16
commit
fae648c253
@ -206,10 +206,7 @@ config:
|
||||
`
|
||||
---
|
||||
config:
|
||||
theme: dark
|
||||
xyChart:
|
||||
width: 200
|
||||
height: 20
|
||||
xAxis:
|
||||
showTitle: false
|
||||
yAxis:
|
||||
@ -231,10 +228,7 @@ config:
|
||||
`
|
||||
---
|
||||
config:
|
||||
theme: dark
|
||||
xyChart:
|
||||
width: 200
|
||||
height: 20
|
||||
xAxis:
|
||||
showLabel: false
|
||||
yAxis:
|
||||
@ -256,10 +250,7 @@ config:
|
||||
`
|
||||
---
|
||||
config:
|
||||
theme: dark
|
||||
xyChart:
|
||||
width: 200
|
||||
height: 20
|
||||
xAxis:
|
||||
showTick: false
|
||||
yAxis:
|
||||
@ -281,10 +272,7 @@ config:
|
||||
`
|
||||
---
|
||||
config:
|
||||
theme: dark
|
||||
xyChart:
|
||||
width: 200
|
||||
height: 20
|
||||
xAxis:
|
||||
showAxisLine: false
|
||||
yAxis:
|
||||
@ -319,7 +307,7 @@ config:
|
||||
xAxisTickColor: #ff6347
|
||||
xAxisLineColor: #87ceeb
|
||||
plotColorPalette: #008000, #faba63
|
||||
--
|
||||
---
|
||||
xychart-beta
|
||||
title "Sales Revene"
|
||||
x-axis Months [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
|
||||
|
@ -1,4 +1,3 @@
|
||||
// @ts-ignore: TODO Fix ts errors
|
||||
import type { Selection } from 'd3-selection';
|
||||
import {
|
||||
clear as commonClear,
|
||||
@ -8,7 +7,7 @@ import {
|
||||
setAccDescription,
|
||||
setAccTitle,
|
||||
setDiagramTitle,
|
||||
} from '../../commonDb.js';
|
||||
} from '../common/commonDb.js';
|
||||
import * as configApi from '../../config.js';
|
||||
import defaultConfig from '../../defaultConfig.js';
|
||||
import { getThemeVariables } from '../../themes/theme-default.js';
|
||||
|
Loading…
x
Reference in New Issue
Block a user