mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
chore: 移除chartist依赖
This commit is contained in:
parent
0a78197a1d
commit
495799aafa
14
package-lock.json
generated
14
package-lock.json
generated
@ -10,7 +10,6 @@
|
||||
"dependencies": {
|
||||
"@icon-park/vue-next": "^1.4.2",
|
||||
"animate.css": "^4.1.1",
|
||||
"chartist": "^1.3.0",
|
||||
"clipboard": "^2.0.11",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dexie": "3.0.3",
|
||||
@ -1945,14 +1944,6 @@
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/chartist": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmmirror.com/chartist/-/chartist-1.3.0.tgz",
|
||||
"integrity": "sha512-M3ckI3ua7EHt08WLZvdi3QXn5g+in27qU6TxjI5bpriS6QwIZlWtisyUhFbpGclW546SlT3SL9oq0vFFDiAo6g==",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/chokidar": {
|
||||
"version": "3.5.3",
|
||||
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
|
||||
@ -6586,11 +6577,6 @@
|
||||
"supports-color": "^7.1.0"
|
||||
}
|
||||
},
|
||||
"chartist": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmmirror.com/chartist/-/chartist-1.3.0.tgz",
|
||||
"integrity": "sha512-M3ckI3ua7EHt08WLZvdi3QXn5g+in27qU6TxjI5bpriS6QwIZlWtisyUhFbpGclW546SlT3SL9oq0vFFDiAo6g=="
|
||||
},
|
||||
"chokidar": {
|
||||
"version": "3.5.3",
|
||||
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
|
||||
|
@ -15,7 +15,6 @@
|
||||
"dependencies": {
|
||||
"@icon-park/vue-next": "^1.4.2",
|
||||
"animate.css": "^4.1.1",
|
||||
"chartist": "^1.3.0",
|
||||
"clipboard": "^2.0.11",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dexie": "3.0.3",
|
||||
|
@ -1,5 +1,3 @@
|
||||
import type { BarChartOptions, LineChartOptions, PieChartOptions } from 'chartist'
|
||||
|
||||
export const enum ShapePathFormulasKeys {
|
||||
ROUND_RECT = 'roundRect',
|
||||
ROUND_RECT_DIAGONAL = 'roundRectDiagonal',
|
||||
|
@ -9,8 +9,6 @@ import tinycolor from 'tinycolor2'
|
||||
import type { ChartData, ChartType } from '@/types/slides'
|
||||
import { getChartOption } from './chartOption'
|
||||
|
||||
import 'chartist/dist/index.css'
|
||||
|
||||
const props = defineProps<{
|
||||
width: number
|
||||
height: number
|
||||
|
Loading…
x
Reference in New Issue
Block a user