Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

If you take the demo heatmap calendar, and change the minimum and maximum dates, the dates no longer align with the y-axis.

xAxis: {
            opposedPosition: true,
            valueType: 'DateTime',
            minimum: new Date(202001),
            maximum: new Date(202095),
            intervalType: 'Days',
            showLabelOn: 'Months',
            labelFormat: 'MMM',
            increment: 7,
            labelIntersectAction: 'Rotate45'
        },
        yAxis: {
            labels: ['Sun''Mon''Tue''Wed''Thu''Fri''Sat'],
            isInversed: true,
        },