Skip to content

Commit

Permalink
Update analytics doc
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Aug 2, 2023
1 parent ef429b0 commit 2f96bf3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ We welcome contributions to the project, visit our contributing
## Usage Statistics

`ipyvizzu` collects aggregate usage statistics by default to follow the progress
and overall trends of our library. We do not track, collect, or store any
personal data or personally identifiable information. For more details, please
visit
and overall trends of our library. This feature is optional, and users can
choose to opt-out. However, we do not track, collect, or store any personal data
or personally identifiable information. Please note that even when this feature
is enabled, publishing anything made with `ipyvizzu` remains GDPR compatible.
For more details, please visit
[Analytics chapter](https://ipyvizzu.vizzuhq.com/latest/tutorial/chart_settings/#analytics).

## License
Expand Down
5 changes: 4 additions & 1 deletion docs/tutorial/chart_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ device only.

Usage statistics feature is optional, and by default, it is enabled (default
value: `True`). Users can choose to opt-out if they prefer not to participate in
data collection. To disable usage statistics feature, set
data collection. Please note that even when this feature is enabled, publishing
anything made with `ipyvizzu` remains GDPR compatible.

To disable usage statistics feature, set
[analytics](../reference/ipyvizzu/chart.md#ipyvizzu.chart.Chart.analytics)
property to `False`.

Expand Down
3 changes: 3 additions & 0 deletions src/ipyvizzu/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ def analytics(self) -> bool:
We do not track, collect, or store any personal data or personally identifiable information.
All data is isolated to a single day, a single site, and a single device only.
Please note that even when this feature is enabled,
publishing anything made with `ipyvizzu` remains GDPR compatible.
Returns:
The value of the property (default `True`).
"""
Expand Down

0 comments on commit 2f96bf3

Please sign in to comment.