Skip to content

Commit 1b6b207

Browse files
authored
Merge pull request #96 from vizzuhq/release-0.7.0
Changed: version 0.7.0
2 parents b7acae2 + 067a812 commit 1b6b207

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

docs/examples/trumptwitter/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ dataLoaded.then((data) => {
194194
{
195195
config: {
196196
coordSystem: 'polar',
197-
rotate: 180,
197+
angle: Math.PI,
198198
title: 'Time of Day When Trump Tweeted'
199199
},
200200
style: {

package-lock.json

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vizzu-story",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"description": "Build and present animated data stories",
55
"main": "dist/vizzu-story.min.js",
66
"types": "dist/vizzu-story.d.ts",
@@ -31,7 +31,7 @@
3131
"lint-tools:py": "pylint tools",
3232
"type": "npm-run-all type:*",
3333
"type:src": "npm-run-all type-src:*",
34-
"type-src:js": "npx check-dts src/vizzu-story.d.ts || echo 'not checked'",
34+
"type-src:js": "npx check-dts src/vizzu-story.d.ts",
3535
"type:tools": "npm-run-all type-tools:*",
3636
"type-tools:py": "mypy tools",
3737
"test": "npm-run-all test:*",
@@ -107,7 +107,7 @@
107107
"typescript": "^5.2.2"
108108
},
109109
"dependencies": {
110-
"vizzu": "~0.9.2"
110+
"vizzu": "~0.9.3"
111111
},
112112
"prettier": "@vizzu/prettier-config",
113113
"eslintConfig": {

0 commit comments

Comments
 (0)