ProgressBar doesn't seem on view ?

I implemented progressbar to my page but it doesn't seem eventough other compenents grid, dropdown, autocomplete work fine.What can be wrong on my project. I also updated my sycnfusion library. I only put following code.

Thanks,

<ejs-progressbar id="lineardeterminate" type='Linear' height='60' minimum="0" maximum="100"
                 value=100>
</ejs-progressbar>



5 Replies 1 reply marked as answer

SM Srihari Muthukaruppan Syncfusion Team June 5, 2020 07:18 AM UTC

Hi Tümer,  
  
We have analyzed your query. From that, we would like to let you know that the progress bar is working properly. Unfortunately, we are unable to reproduce the reported scenario. We have also attached the sample used for testing. Please find the below sample, code snippet, and screenshot.  
   
  
Code Snippet:  
@using Syncfusion.EJ2.Charts; 
  
<ejs-progressbar id="linearindeterminate" 
                 type='Linear' 
                 width="480" 
                 height='60' 
                 minimum="0" maximum="100" 
                 value="30" isIndeterminate="true"> 
    <e-progressbar-animation enable=true duration=2000 delay=0></e-progressbar-animation> 
</ejs-progressbar> 
  
  
Screenshot:  
  
  
  
If you still face this issue. Please share the following information which will be more helpful for further analysis and provide you the solution sooner.   
   
  • Try to reproduce the reported scenario in the above sample
  
  • Please share the version used in your project.
  
  • Share the details if you have done any other customization in your sample.
  
Regards, 
Srihari M 


Marked as answer

Tümer June 5, 2020 10:08 AM UTC

Thanks for your reply. In your example it's works. When i looked at console at my project i get Cannot read property 'ProgressBar' of undefined error.
My library version is 18.1.0.55





SM Srihari Muthukaruppan Syncfusion Team June 8, 2020 06:10 AM UTC

Hi Tümer,   
   
We have analyzed your query. As stated earlier, we are unable to reproduce the reported scenario. Kindly revert us with the following information which will be more helpful for further analysis and provide you the solution sooner.    
    
  • Share the code snippet if you have used the progress bar inside another control.
   
  • Share the details if you have done any other customization in your sample.
   
Regards,  
Srihari M 



Tümer June 14, 2020 07:03 AM UTC

Well, I'm using Metronic theme with it's js libraries. In my layout, there are another js libraries except Syncfusion. All of ui controls are working normally. I don't see any error on chrome browser's console. I tried another thing that including line chart but the result is same. I don't see it. I looked generated html on browsers. There was a tag attracted attention. Chart doesn't generated eventhough there was any console error. Then I updated syncfusion library. I tried your chart example code and all application pages. Result didn't change. I still didn't see chart. But your sample project works fine there is no problem. I wonder that problem could  orginated confliting between Metronic theme Js files and Syncfusion Js library. What's your idea ?
 




SM Srihari Muthukaruppan Syncfusion Team June 17, 2020 08:37 AM UTC

Hi Tümer, 
  
We have created a new incident under your Direct trac account to follow up with this query. We suggest you to follow up with the incident for further updates. Please log in using the below link.  
 
  
Regards, 
Srihari  


Loader.
Up arrow icon