Skip to content

Commit

Permalink
Add docs. Increase version for AppSource
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Dec 4, 2023
1 parent 6533e44 commit 7f96bad
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ extensions/
datasets/
dist/
.sass-cache/
docs/
cert.pem
key.pem
.tmp/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file added visual/assets/icon_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/CharticulatorSampleReport.pbix
Binary file not shown.
Binary file added visual/docs/Screenshot0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/Screenshot9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/appsource_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added visual/docs/appsource_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions visual/docs/appsource_view_description.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion visual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visual",
"version": "0.0.11",
"version": "1.0.0.0",
"description": "default_template_value",
"repository": {
"type": "default_template_value",
Expand Down
2 changes: 1 addition & 1 deletion visual/pbiviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f96bad

Please sign in to comment.