Added the file name changes

This commit is contained in:
Subhash Halder 2023-09-07 13:16:46 +05:30
parent 9558cb9b16
commit fae648c253
11 changed files with 2 additions and 15 deletions

View File

@ -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]

View File

@ -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';