diff --git a/.gitignore b/.gitignore index c000b6f..e2619d5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ extensions/ datasets/ dist/ .sass-cache/ -docs/ cert.pem key.pem .tmp/ diff --git a/package.json b/package.json index 32cb4df..64c2ea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charticulator-visual-community", - "version": "0.0.2", + "version": "1.0.0.0", "description": "Community version of Charticulator visual", "repository": "https://github.com/zBritva/charticulator-visual-community", "author": "zBritva", diff --git a/visual/assets/icon_view.png b/visual/assets/icon_view.png new file mode 100644 index 0000000..874e27e Binary files /dev/null and b/visual/assets/icon_view.png differ diff --git a/visual/docs/CharticulatorSampleReport.pbix b/visual/docs/CharticulatorSampleReport.pbix new file mode 100644 index 0000000..fdf4677 Binary files /dev/null and b/visual/docs/CharticulatorSampleReport.pbix differ diff --git a/visual/docs/Screenshot0.png b/visual/docs/Screenshot0.png new file mode 100644 index 0000000..f28c7ef Binary files /dev/null and b/visual/docs/Screenshot0.png differ diff --git a/visual/docs/Screenshot1.png b/visual/docs/Screenshot1.png new file mode 100644 index 0000000..86bb251 Binary files /dev/null and b/visual/docs/Screenshot1.png differ diff --git a/visual/docs/Screenshot2.png b/visual/docs/Screenshot2.png new file mode 100644 index 0000000..a1951ee Binary files /dev/null and b/visual/docs/Screenshot2.png differ diff --git a/visual/docs/Screenshot3.png b/visual/docs/Screenshot3.png new file mode 100644 index 0000000..fcb5470 Binary files /dev/null and b/visual/docs/Screenshot3.png differ diff --git a/visual/docs/Screenshot4.png b/visual/docs/Screenshot4.png new file mode 100644 index 0000000..d2a42a9 Binary files /dev/null and b/visual/docs/Screenshot4.png differ diff --git a/visual/docs/Screenshot5.png b/visual/docs/Screenshot5.png new file mode 100644 index 0000000..c2911d6 Binary files /dev/null and b/visual/docs/Screenshot5.png differ diff --git a/visual/docs/Screenshot6.png b/visual/docs/Screenshot6.png new file mode 100644 index 0000000..f88182a Binary files /dev/null and b/visual/docs/Screenshot6.png differ diff --git a/visual/docs/Screenshot7.png b/visual/docs/Screenshot7.png new file mode 100644 index 0000000..b09b356 Binary files /dev/null and b/visual/docs/Screenshot7.png differ diff --git a/visual/docs/Screenshot8.png b/visual/docs/Screenshot8.png new file mode 100644 index 0000000..62c323b Binary files /dev/null and b/visual/docs/Screenshot8.png differ diff --git a/visual/docs/Screenshot9.png b/visual/docs/Screenshot9.png new file mode 100644 index 0000000..0421b09 Binary files /dev/null and b/visual/docs/Screenshot9.png differ diff --git a/visual/docs/appsource_editor.png b/visual/docs/appsource_editor.png new file mode 100644 index 0000000..98df232 Binary files /dev/null and b/visual/docs/appsource_editor.png differ diff --git a/visual/docs/appsource_view.png b/visual/docs/appsource_view.png new file mode 100644 index 0000000..41c07ff Binary files /dev/null and b/visual/docs/appsource_view.png differ diff --git a/visual/docs/appsource_view_description.txt b/visual/docs/appsource_view_description.txt new file mode 100644 index 0000000..5dfe6a6 --- /dev/null +++ b/visual/docs/appsource_view_description.txt @@ -0,0 +1,17 @@ +Create custom and reusable charts right within Power BI +Charticulator (charticulator.com or https://ilfat-galiev.im/charticulator/) is the no-code way to create custom and reusable chart designs. You can create a custom chart right within Power BI using the Microsoft Charticulator Visual, either from scratch or using a template. With this visual, you can export and import a chart design as a Charticulator template for future reuse. To learn about the core concepts, UI components, and basic interactions of Charticulator, please check out the Getting Started and Video Tutorials pages on the Charticulator website. Also note that many of the charts in the Gallery page have an associated video of their creation process. Charticulator is compatible with the latest version of Microsoft Edge, Google Chrome, and Mozilla Firefox, but not with Edge Legacy and Safari. + +This version of the visual doesn't support built in editor. +The purpose of the visual is display ready template built by using original Charticulator visual or new version of Editor visual. + +Change log and difference from original Charticulator: + +Packing inside group +Add color filter for image on selection +Fix restoring properties for nested chart +Catch exception on detect changes that breaks entire editor +Reuse hex code from dataset for scales +Render axis gridlines even axis is invisible +Allow to convert time to local time zon +Remove removing tick format for categorical and ordinal data kind +Fix ordering expression for axes \ No newline at end of file diff --git a/visual/package.json b/visual/package.json index 97678e0..a935b6f 100644 --- a/visual/package.json +++ b/visual/package.json @@ -1,6 +1,6 @@ { "name": "visual", - "version": "0.0.11", + "version": "1.0.0.0", "description": "default_template_value", "repository": { "type": "default_template_value", diff --git a/visual/pbiviz.json b/visual/pbiviz.json index 98538be..0eb1431 100644 --- a/visual/pbiviz.json +++ b/visual/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "Charticulator (Community version)", "guid": "charticulatorCommunityVersion", "visualClassName": "Visual", - "version": "0.0.11", + "version": "1.0.0.0", "description": "The community version of the charticulator visual. The visual in development mode doesn't include all functionalities implemented in the original version. But the visual uses the latest version of the Charticulator with new features and bug fixes", "supportUrl": "https://github.com/zBritva/charticulator-visual-community/issues", "gitHubUrl": "https://github.com/zBritva/charticulator-visual-community"