guryanovev / CrystalQuartz

pluggable UI for Quartz.NET
MIT License
1.01k stars 313 forks source link

Loading graph inside HTML #85

Open ygorats opened 5 years ago

ygorats commented 5 years ago

I'm working with ASP.Net Core MVC, and wanna know if there's a way of loading CrystalQuartz graph (got when calling /quartz) inside an HTML element.

That question comes because I have two different sources of elements to fill the graph (different contexts), and a way of changing the graph (reloading it with the other elements) just by clicking on some button on my window.