store = Observable(new Memory({data: data}));
chart.addSeries("Load Cell 0", new StoreSeries(store, { query: { load_cell_id:0 }}, "kn"));
Store Seriesでより高度なクエリを実行するにはどうすればよいですか?
上記の場合、すべての「load_cell_id=0」および「date_time<12345」またはその他のタイムスタンプが必要です。
現時点では、load_cell_id:0しか機能させることができません。