Just released an update of our JavaScript SDK that enables you to embed Librato charts in any 3rd-party web application. This new release fixes two bugs:
- The SDK now works regardless of where it's placed in the HTML file.
- Charts with a single numeric stream that specifies multiple sources (i.e. a wildcard source) and some number of annotation streams no longer render all the chart lines in the same color.
To upgrade to the v0.2.0 release, modify your <script> file with the new src as follows:
<script type="text/javascript" src="https://sdk.librato.com/librato-sdk-v0.2.0-min.js" data-librato_email="foo@bar.com" data-librato_token="16eb7a5fa3..."> </script>