Skip to content

feat: add graph pane type and corresponding demo component #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 27, 2025

Conversation

alvarosabu
Copy link
Member

  • Introduced a new graph control type for visualizing numeric values over time.
  • Created GraphControl.vue to render the graph based on provided values.
  • Added GraphDemo.vue to showcase the new graph control in action.
  • Updated ControlInput.vue to support rendering of graph controls.
  • Enhanced useControls.ts to handle the new graph type and its onUpdate callback.
  • Updated documentation to include usage examples for the graph control.

- Introduced a new graph control type for visualizing numeric values over time.
- Created `GraphControl.vue` to render the graph based on provided values.
- Added `GraphDemo.vue` to showcase the new graph control in action.
- Updated `ControlInput.vue` to support rendering of graph controls.
- Enhanced `useControls.ts` to handle the new graph type and its onUpdate callback.
- Updated documentation to include usage examples for the graph control.
- Introduced `GraphDemo.vue` to visualize a sine wave using the new graph control type.
- Modified documentation to reflect the usage of the sine wave in the graph control example.
Copy link

pkg-pr-new bot commented Mar 27, 2025

Open in Stackblitz

npm i https://pkg.pr.new/@tresjs/leches@142

commit: 7add8b5

@alvarosabu alvarosabu merged commit b34e795 into next Mar 27, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant