Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

change the marking description in utils. #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dash_canvas/DashCanvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DashCanvas(Component):
Keyword arguments:
- id (string; optional): The ID used to identify this component in Dash callbacks
- image_content (string; default ''): Image data string, formatted as png or jpg data string. Can be
generated by utils.io_utils.array_to_data_string.
generated by dash_canvas.utils.io_utils.array_to_data_url.
- zoom (number; default 1): Zoom factor
- width (number; default 500): Width of the canvas
- height (number; default 500): Height of the canvas
Expand Down