Hi there,
I have a problem with kibana canvas pointseries.
one of the example codes do not work.
csv "fruit,stock
kiwi,10
banana,5" | clog
| pointseries color=fruit size=stock | clog
| pie
| render
The first clog gives me a data table as expected, but the second does not give me anything.
(and it renders as error)