We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to implement this kind of chart?

How to implement this kind of chart?

-nitin

4 Replies

SM Srihari Muthukaruppan Syncfusion Team February 5, 2020 03:54 AM UTC

Hi Nitin, 

We have analyzed your query. From that we would like to let you know that we are facing some technical difficulties in achieving your requirement. We will the status within February 5th 2020.We appreciate your patience until then. 
 
Regards, 
Srihari M 



SM Srihari Muthukaruppan Syncfusion Team February 6, 2020 04:00 AM UTC

Hi Nitin, 

We have analyzed your query. From that we would like to let you know that as of now we are facing issue in providing multilevel label in Date Time Category. We consider this scenario as bug and we have logged a bug task on this . It can be tracked through our feedback portal below.  
  
  
We will update the timeline for the fix within today. We appreciate your patience until then. 
  
If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal.  

Regards, 
Srihari M 



SM Srihari Muthukaruppan Syncfusion Team February 6, 2020 05:39 PM UTC

Hi Nitin,  
  
We have analyzed your query. From that we would like to let you know that as of now we are facing issue in providing multilevel label in Date Time Category. We consider this scenario as bug and we have logged a bug task on this . It can be tracked through our feedback portal below.   
   
   
The fix will be available in our weekly patch release which is scheduled to be rolled out on or before February 18th, 2020.  
   
If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal.   
  
Regards,  
Srihari M  



SM Srihari Muthukaruppan Syncfusion Team February 18, 2020 01:41 PM UTC

Hi Nitin, 
 
Thanks for being patience. 
 
We have validated your requirement. As mentioned earlier, we had a problem using multilevel labels in tag directive and we will resolve this problem in our upcoming weekly patch release. Meanwhile, we have prepared a sample based on your requirement using multilevelLabels in scripts. Please find below code snippet and sample, 
 
Code snippet: 
var load = function (args) { 
        args.chart.primaryXAxis.border = { type: 'WithoutTopandBottomBorder', width: 0 }; 
        args.chart.primaryXAxis.multiLevelLabels = ([ 
            { 
                border: { type: 'WithoutTopandBottomBorder', width: 1 }, 
                categories: [ 
                    { start: -0.5, end: 2.5, text: '10/17/2019', }, 
                    { start: 2.5, end: 5.5, text: '10/18/2019', }, 
                    { start: 5.5, end: 10.5, text: '10/19/2019', }, 
                ] 
            }]) 
    }; 
 
Screenshot: 
 
 
 
Please find below UG and demo links to know more information about multilevel labels, 
 
 
 
Kindly revert us, if this is not your exact requirement. 
 
Regards, 
Srihari M 
 


Loader.
Live Chat Icon For mobile
Up arrow icon