toggle on graph to show and hide the point

I am using cesium for that implementation to plot the movement of an object on space.

I am able to generate the kml files and with that I am able to plot the graph as well.

Now - when I click on any point on the graph, I should see one more point which corresponds to Start or Stop point of that object movement, initially that point will be hiding on the graph

I require suggestion on how to achieve that and help on this - Please suggest How can I implement this using kml files? or any other ways do you suggest
I am thinking to use any style patterns but I am not sure how far it will help me in this

Hi there,

Checkout our toggle entity visibility Sandcastle example: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Show%20or%20Hide%20Entities.html&label=Showcases

Hope that helps,

  • Rachel