Solved
Hide Line Chart Zoom Range
Hi,
I am trying to hide the Line Chart Zoom Range:

I have followed the following CSS from the Article:
CSS:
@supports (ptcs-style-unit: "PTCS-CHART-ZOOM-RANGE")
{
[part = range-picker]
{
display: none !important;
height : 0px;
padding : 0px !important;
}
}
But, this CSS not working, can someone please help.
Thanks,

