Skip to content

Commit

Permalink
Merge branch 'main' into sync-main-update
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgalitz committed Jul 7, 2023
2 parents 334e163 + 71bf78b commit a14aa7e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions public/pages/AnomalyCharts/containers/AnomaliesChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ export const AnomaliesChart = React.memo((props: AnomaliesChartProps) => {
}}
isPaused={true}
commonlyUsedRanges={DATE_PICKER_QUICK_OPTIONS}
updateButtonProps={{
fill: false,
}}
/>
);

Expand Down
5 changes: 0 additions & 5 deletions public/pages/AnomalyCharts/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
*/

@import 'components/AlertsFlyout/alertsFlyout.scss';

.euiSuperUpdateButton {
background-color: transparent !important;
color: #006bb4 !important;
}
1 change: 0 additions & 1 deletion public/pages/Dashboard/utils/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export const buildColors = palleteBuilder(
rgbColors.map(([r, g, b]) => [r, g, b, 0.8])
);

// referred to here: https://tiny.amazon.com/337xpvcq/githelaselasblobv1822stor
export const fillOutColors = (d: any, i: number, a: any[]) => {
return buildColors(i / (a.length + 1));
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version 2.8.0.0 Release Notes

Compatible with OpenSearch Dashboards 2.8.0

### Bug Fixes

* fixing test to pass with node 18 ([#491](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/491))

### Documentation

* Updating maintainers and code owners ([#476](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/476))

0 comments on commit a14aa7e

Please sign in to comment.