Hello,
I'm trying to use syncfusion scheduler and heatmap controls with dashboard layout control. But unable to make them responsive in dashboard layout's panels. Is there a way to make theirs dimensions dynamic or at least responsive at pageload.
Attaching a sample that includes a heatmap control in dashboard control.
Thanks in advance.
And in same sample, how can i translate (or use) months(x axis) in "tr" locale ?
Hi Ali,
I can't see the sample that you prepared.
Hello,
Thanks for the guidance. I figured out how to make it full responsive with some js.
But my second question is still waiting a resolution.
In my attached sample, have x axis like this:
"<e-heatmap-xaxis opposedPosition="true"
minimum="@Model.HeatMapStartDate" maximum="@Model.HeatMapEndDate"
intervalType="Days" valueType="DateTime" labelFormat="MMM"
showLabelOn="Months" increment="7"
labelIntersectAction="Rotate45"></e-heatmap-xaxis>"
As you can see, minimum and maximum is dynamic. And month names are displaying in English. I want to display them in "tr" locale.
Regards,
Halit