I've been working with the chart webparts, and was wondering if there is a way to add a timestamp to them. Thanks so much.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You could probably do this with a little JavaScript and CSS. Use JavaScript to generate the current time, and to place it in an element on the page somewhere, perhaps using jQuery to make that bit easier (for instance, placing it somewhere adjacent to the chart in the DOM), and position it using CSS absolute positioning to place it over the chart. If you know C# server side programming you could go a step further and override the ChartWebPart class and add the timestamp at the server side. |
|||||
|