Exemplo n.º 1
0
 //public GameChartService(DSdataModel dsdata, IJSRuntime jsRuntime)
 public GameChartService(IJSRuntime jsRuntime)
 {
     //_dsData = dsdata;
     _jsRuntime  = jsRuntime;
     _jsIterop   = new JsInteropClasses(_jsRuntime);
     mycolorPool = new List <string>(colorPool);
 }
Exemplo n.º 2
0
 public ChartService(IDSdata_cache dsdata, IJSRuntime jsRuntime, DSdyn_filteroptions options)
 {
     _dsdata    = dsdata;
     _jsRuntime = jsRuntime;
     _options   = options;
     _jsIterop  = new JsInteropClasses(_jsRuntime);
     CultureInfo.CurrentCulture = CultureInfo.CreateSpecificCulture("en-US");
 }