Hello All,
I am using jQuery sparkline bar graph in datatable & showing integer data in it. I want to show date time inside tooltip along with the number. How can I show it? I am using inlinebar to show the data like this & passing it in json response which is displaying the datatable values.
<span class="inlinebar">{MY_COMMA_SEPARATED_INTEGER_DATA}</span>
How can I use date time to be displayed in the graph?
Please help me.
Thank you!