-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix(docs/refactor-examples): enhance chart documentation #1421
Conversation
🦋 Changeset detectedLatest commit: 45b7692 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Report of
|
✅ Deploy Preview for industrial-experience ready!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm in general we should remove all the inline styles
packages/angular-test-app/src/preview-examples/echarts-bar-horizontal-stacked.html
Outdated
Show resolved
Hide resolved
packages/angular-test-app/src/preview-examples/echarts-empty-state.html
Outdated
Show resolved
Hide resolved
packages/angular-test-app/src/preview-examples/echarts-empty-state.ts
Outdated
Show resolved
Hide resolved
packages/angular-test-app/src/preview-examples/echarts-line-multiple-y-axis.ts
Outdated
Show resolved
Hide resolved
packages/angular-test-app/src/preview-examples/echarts-bar-horizontal-stacked.ts
Outdated
Show resolved
Hide resolved
…rt-types # Conflicts: # packages/angular-test-app/src/app/app-routing.module.ts # packages/angular-test-app/src/app/app.module.ts # packages/html-test-app/src/preview-examples/echarts.html # packages/react-test-app/src/main.tsx # packages/vue-test-app/src/Root.vue # pnpm-lock.yaml
💡 What is the current behavior?
Currently only one preview example exists for the charting topic, which is not suifficient and doesn't show the capabilities.
GitHub Issue Number: #N/A, IX-1551
🆕 What is the new behavior?
To show the capabilities of charting with Apache ECharts and the corresponding iX theme, new preview examples for all frameworks have been created.
🏁 Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
pnpm run docs
)pnpm test
)pnpm lint
)pnpm build
, changes pushed)👨💻 Help & support