Skip to content
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

feat(react-charting): strongly type plotly schema and bug fixes #33621

Merged
merged 23 commits into from
Jan 20, 2025

Conversation

AtishayMsft
Copy link
Contributor

@AtishayMsft AtishayMsft commented Jan 13, 2025

Previous Behavior

The plotly schema is a dynamic object.
As the schema is so complex, it is prone to mis representation and unhandled failures.

New Behavior

Related Issue(s)

  • Fixes #

Copy link

github-actions bot commented Jan 13, 2025

📊 Bundle size report

✅ No changes found

Copy link

Pull request demo site: URL

@AtishayMsft AtishayMsft changed the title strongly type plotly schema feat(react-charting): strongly type plotly schema Jan 20, 2025
@AtishayMsft AtishayMsft changed the title feat(react-charting): strongly type plotly schema feat(react-charting): strongly type plotly schema and bug fixes Jan 20, 2025
@AtishayMsft AtishayMsft marked this pull request as ready for review January 20, 2025 11:37
@AtishayMsft AtishayMsft requested a review from a team as a code owner January 20, 2025 11:37
@AtishayMsft AtishayMsft merged commit b929a86 into master Jan 20, 2025
18 checks passed
import * as React from 'react';
import { useTheme } from '@fluentui/react';
import { IRefObject } from '@fluentui/react/lib/Utilities';
import { DonutChart } from '../DonutChart/index';
import { VerticalStackedBarChart } from '../VerticalStackedBarChart/index';
import { PlotData, PlotlySchema } from './PlotlySchema';
//import type { Data, Layout } from './PlotlySchema';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this comment.

@AtishayMsft AtishayMsft deleted the user/atisjai/stronglyTypePlotly branch January 27, 2025 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants