Skip to content

Commit

Permalink
Small fix for 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Apr 8, 2024
1 parent 55cb9d7 commit 2e10ff8
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 246 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nline-plotlyjs-panel",
"version": "1.6.6",
"version": "1.6.7",
"description": "Grafana Plotly Plugin",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 0 additions & 2 deletions src/SimplePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export const SimplePanel = React.memo(

return (
<>
(
<Plot
divId="plot"
style={{ width: '100%', height: '100%' }}
Expand All @@ -243,7 +242,6 @@ export const SimplePanel = React.memo(
f(...Object.values(parameterValues));
}}
/>
)
</>
);
},
Expand Down
Loading

0 comments on commit 2e10ff8

Please sign in to comment.