I have a bar chart where I display topics obtained from an ES server. I also have a simple table (just an HTML table, not from ChartFactor) where I also show those topics along with some other stuffs. In this table I have my data loaded by querying directly the ES server using Ajax.
Is it possible to somehow obtain the data from the bar so I don’t have to do several queries? I guess it could be possible since the data is there right? I know ES is designed for that, but just for performance improvement