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: config:
theme: dark
xyChart: xyChart:
width: 200
height: 20
xAxis: xAxis:
showTitle: false showTitle: false
yAxis: yAxis:
@ -231,10 +228,7 @@ config:
` `
--- ---
config: config:
theme: dark
xyChart: xyChart:
width: 200
height: 20
xAxis: xAxis:
showLabel: false showLabel: false
yAxis: yAxis:
@ -256,10 +250,7 @@ config:
` `
--- ---
config: config:
theme: dark
xyChart: xyChart:
width: 200
height: 20
xAxis: xAxis:
showTick: false showTick: false
yAxis: yAxis:
@ -281,10 +272,7 @@ config:
` `
--- ---
config: config:
theme: dark
xyChart: xyChart:
width: 200
height: 20
xAxis: xAxis:
showAxisLine: false showAxisLine: false
yAxis: yAxis:
@ -319,7 +307,7 @@ config:
xAxisTickColor: #ff6347 xAxisTickColor: #ff6347
xAxisLineColor: #87ceeb xAxisLineColor: #87ceeb
plotColorPalette: #008000, #faba63 plotColorPalette: #008000, #faba63
-- ---
xychart-beta xychart-beta
title "Sales Revene" title "Sales Revene"
x-axis Months [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec] 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 type { Selection } from 'd3-selection';
import { import {
clear as commonClear, clear as commonClear,
@ -8,7 +7,7 @@ import {
setAccDescription, setAccDescription,
setAccTitle, setAccTitle,
setDiagramTitle, setDiagramTitle,
} from '../../commonDb.js'; } from '../common/commonDb.js';
import * as configApi from '../../config.js'; import * as configApi from '../../config.js';
import defaultConfig from '../../defaultConfig.js'; import defaultConfig from '../../defaultConfig.js';
import { getThemeVariables } from '../../themes/theme-default.js'; import { getThemeVariables } from '../../themes/theme-default.js';