Skip to content

Commit

Permalink
changed sample
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Sep 1, 2024
1 parent 2811a8e commit c9bfca1
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@
new Responsive<Order> {

Breakpoint=700, Options = new ApexChartOptions<Order> {
Chart = null,
Chart = null,
Title = new Title { Text = "Page is less then 700px"}
}
},
// new Responsive<Order> {
new Responsive<Order> {

// Breakpoint=9000, Options = new ApexChartOptions<Order> {
// Chart = null,
// Legend = null
// }
// }
Breakpoint=9001, Options = new ApexChartOptions<Order> {
Chart = null,
Title = new Title { Text = "Order Net Value"}
}

}
};
}
}

0 comments on commit c9bfca1

Please sign in to comment.