Hi guys,
I’ve been trying the demo as in: https://chartfactor.com/doc/1.10/quick_start/ and it did work. I would like to add another visualization and sync them by using some filter criteria. I added this:
var chart2 = cf.provider('Elastic')
.source('test_source')
.groupby(...groups)
.metrics(...metrics)
.graph('Pie')
.element('chart')
But I can’t see the new visualization. What is the best way to do this?