Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AllowCalibrationDisabled.jsx
Browse files Browse the repository at this point in the history
sdadn authored Apr 5, 2024
1 parent 854abab commit fa2f1cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -49,12 +49,12 @@ const dataset1 = {

// graph rendering

const NoDataGeneralExample = () => {
const AllowCalibrationDisabledExample = () => {
React.useEffect(() => {
const graph = Carbon.api.graph(graphConfig);
graph.loadContent(Carbon.api.line(dataset1));
}, []);
return <div id="allow-calibration-disabled-example" />;
};

export default NoDataGeneralExample;
export default AllowCalibrationDisabledExample;

0 comments on commit fa2f1cf

Please sign in to comment.