Skip to content

Commit

Permalink
removing commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjin committed Sep 13, 2023
1 parent 15ee0d8 commit 95f2605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/sqlservices/src/chartExamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export const scatterOptions: azdata.ScatterplotOptions = {
chartTitle: 'Test Scatter Chart',
scales: {
x: {
// type: 'linear',
position: 'bottom'
}
}
Expand Down Expand Up @@ -235,7 +234,6 @@ export const bubbleOptions: azdata.BubbleChartOptions = {
chartTitle: 'Test Bubble Chart - Yin and Yang',
scales: {
x: {
// type: 'linear',
position: 'bottom'
}
}
Expand Down

0 comments on commit 95f2605

Please sign in to comment.