@chartts/core 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +82 -0
- package/dist/chunk-KOHWMGRF.js +356 -0
- package/dist/chunk-KOHWMGRF.js.map +1 -0
- package/dist/chunk-PLGZ4REQ.cjs +360 -0
- package/dist/chunk-PLGZ4REQ.cjs.map +1 -0
- package/dist/geo.cjs +5 -5
- package/dist/geo.d.cts +1 -1
- package/dist/geo.d.ts +1 -1
- package/dist/geo.js +2 -2
- package/dist/index.cjs +5 -5
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/{world-regions-cMulhqDW.d.cts → world-regions-D-TCHPZP.d.cts} +0 -12
- package/dist/{world-regions-Cfvxpbx0.d.ts → world-regions-DjMvYgFu.d.ts} +0 -12
- package/package.json +14 -4
- package/dist/chunk-JO6U4YR4.js +0 -355
- package/dist/chunk-JO6U4YR4.js.map +0 -1
- package/dist/chunk-MLD5ZIDO.cjs +0 -359
- package/dist/chunk-MLD5ZIDO.cjs.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -33,7 +33,7 @@ export { p as parallelChartType } from './parallel-type-D-S-EqeC.cjs';
|
|
|
33
33
|
export { t as themeRiverChartType } from './themeriver-type-BnRSsyal.cjs';
|
|
34
34
|
export { p as pictorialBarChartType } from './pictorialbar-type-CnJEH9GZ.cjs';
|
|
35
35
|
export { c as chordChartType } from './chord-type-ChIZaOZd.cjs';
|
|
36
|
-
export { W as WORLD_REGIONS, b as WORLD_SIMPLE, g as geoChartType } from './world-regions-
|
|
36
|
+
export { W as WORLD_REGIONS, b as WORLD_SIMPLE, g as geoChartType } from './world-regions-D-TCHPZP.cjs';
|
|
37
37
|
export { l as linesChartType } from './lines-type-CGrg_mDi.cjs';
|
|
38
38
|
export { m as matrixChartType } from './matrix-type-Crb_NwUJ.cjs';
|
|
39
39
|
export { c as customChartType } from './custom-type-B6w1n5Ua.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export { p as parallelChartType } from './parallel-type-6t6xyHMg.js';
|
|
|
33
33
|
export { t as themeRiverChartType } from './themeriver-type-B5PYChcC.js';
|
|
34
34
|
export { p as pictorialBarChartType } from './pictorialbar-type-A-8mTX1N.js';
|
|
35
35
|
export { c as chordChartType } from './chord-type-ruvHboZl.js';
|
|
36
|
-
export { W as WORLD_REGIONS, b as WORLD_SIMPLE, g as geoChartType } from './world-regions-
|
|
36
|
+
export { W as WORLD_REGIONS, b as WORLD_SIMPLE, g as geoChartType } from './world-regions-DjMvYgFu.js';
|
|
37
37
|
export { l as linesChartType } from './lines-type-V-seVNZ4.js';
|
|
38
38
|
export { m as matrixChartType } from './matrix-type-Dag1VLCY.js';
|
|
39
39
|
export { c as customChartType } from './custom-type-XFjuPwCr.js';
|
package/dist/index.js
CHANGED
|
@@ -17,8 +17,8 @@ import { pictorialBarChartType } from './chunk-4VG47RLS.js';
|
|
|
17
17
|
export { pictorialBarChartType } from './chunk-4VG47RLS.js';
|
|
18
18
|
import { chordChartType } from './chunk-O5KGKQSU.js';
|
|
19
19
|
export { chordChartType } from './chunk-O5KGKQSU.js';
|
|
20
|
-
import { geoChartType } from './chunk-
|
|
21
|
-
export { WORLD_REGIONS, WORLD_SIMPLE, geoChartType } from './chunk-
|
|
20
|
+
import { geoChartType } from './chunk-KOHWMGRF.js';
|
|
21
|
+
export { WORLD_REGIONS, WORLD_SIMPLE, geoChartType } from './chunk-KOHWMGRF.js';
|
|
22
22
|
import { linesChartType } from './chunk-22LR6CFM.js';
|
|
23
23
|
export { linesChartType } from './chunk-22LR6CFM.js';
|
|
24
24
|
import { matrixChartType } from './chunk-7YV56WPE.js';
|
|
@@ -33,18 +33,6 @@ interface GeoOptions {
|
|
|
33
33
|
declare const WORLD_SIMPLE: GeoRegion[];
|
|
34
34
|
declare const geoChartType: ChartTypePlugin;
|
|
35
35
|
|
|
36
|
-
/**
|
|
37
|
-
* World map region paths — ALL 220 countries/territories.
|
|
38
|
-
* Programmatically extracted from Simplemaps.com world.svg (MIT License).
|
|
39
|
-
* Copyright (c) 2020 Pareto Software, LLC DBA Simplemaps.com
|
|
40
|
-
*
|
|
41
|
-
* Coordinate space: viewBox="0 0 2000 857"
|
|
42
|
-
* Full precision preserved from source SVG.
|
|
43
|
-
*
|
|
44
|
-
* Generated by: scripts/extract-svg-regions.mjs
|
|
45
|
-
* Source: world.svg
|
|
46
|
-
*/
|
|
47
|
-
|
|
48
36
|
declare const WORLD_REGIONS: GeoRegion[];
|
|
49
37
|
|
|
50
38
|
export { type GeoOptions as G, WORLD_REGIONS as W, type GeoRegion as a, WORLD_SIMPLE as b, geoChartType as g };
|
|
@@ -33,18 +33,6 @@ interface GeoOptions {
|
|
|
33
33
|
declare const WORLD_SIMPLE: GeoRegion[];
|
|
34
34
|
declare const geoChartType: ChartTypePlugin;
|
|
35
35
|
|
|
36
|
-
/**
|
|
37
|
-
* World map region paths — ALL 220 countries/territories.
|
|
38
|
-
* Programmatically extracted from Simplemaps.com world.svg (MIT License).
|
|
39
|
-
* Copyright (c) 2020 Pareto Software, LLC DBA Simplemaps.com
|
|
40
|
-
*
|
|
41
|
-
* Coordinate space: viewBox="0 0 2000 857"
|
|
42
|
-
* Full precision preserved from source SVG.
|
|
43
|
-
*
|
|
44
|
-
* Generated by: scripts/extract-svg-regions.mjs
|
|
45
|
-
* Source: world.svg
|
|
46
|
-
*/
|
|
47
|
-
|
|
48
36
|
declare const WORLD_REGIONS: GeoRegion[];
|
|
49
37
|
|
|
50
38
|
export { type GeoOptions as G, WORLD_REGIONS as W, type GeoRegion as a, WORLD_SIMPLE as b, geoChartType as g };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chartts/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Tiny, beautiful, SVG-based charting library. Tailwind-native. Every framework.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -243,15 +243,25 @@
|
|
|
243
243
|
"require": "./dist/finance.cjs"
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
|
-
"files": [
|
|
246
|
+
"files": [
|
|
247
|
+
"dist",
|
|
248
|
+
"README.md"
|
|
249
|
+
],
|
|
247
250
|
"sideEffects": false,
|
|
248
251
|
"scripts": {
|
|
249
252
|
"build": "tsup",
|
|
250
253
|
"dev": "tsup --watch"
|
|
251
254
|
},
|
|
252
255
|
"keywords": [
|
|
253
|
-
"chart",
|
|
254
|
-
"
|
|
256
|
+
"chart",
|
|
257
|
+
"charts",
|
|
258
|
+
"svg",
|
|
259
|
+
"graph",
|
|
260
|
+
"visualization",
|
|
261
|
+
"tailwind",
|
|
262
|
+
"lightweight",
|
|
263
|
+
"typescript",
|
|
264
|
+
"reactive"
|
|
255
265
|
],
|
|
256
266
|
"license": "MIT",
|
|
257
267
|
"repository": {
|