I'm trying to get kendo radial guages working in a new asp mvc core application from a recent purchase of mvc controls & kendo ui pro.
All examples are showing a wrapping container of something like:
#gauge-container { background: transparent url(@Url.Content("~/Content/dataviz/gauge/gauge-container-partial.png")) no-repeat 50% 50%; width: 386px; height: 386px; text-align: center; margin: 0 auto 30px auto;}
but where is this png in the installation folders? It doesn't exist for me in the UI for ASP.NET MVC Q2 2016 or Kendo UI Professional Q2 2016 directories so i'm just wasting time trying to hunt this down.
Can you point me in the right direction for these controls to render appropriately?
Thanks