diff options
author | Richard Wall <richard@largo> | 2010-10-04 00:54:48 +0100 |
---|---|---|
committer | Richard Wall <richard@largo> | 2010-10-04 00:54:48 +0100 |
commit | 319abdbf06a052180b61bc8f5be5eb272690b4f2 (patch) | |
tree | 2bdfe437bb892990522d138633280edaf62fa36f /docs | |
parent | 9c71054a0e3f6e0bb5b524ada9b9c73ca90c2913 (diff) |
Add an error placeholder instead of replacing entire template content with error message - preventing subsequent chart rendering.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/index.html b/docs/examples/index.html index 9d12389..3debd18 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -208,6 +208,7 @@ </div> <div class="chart-container"> <h2 class="title"></h2> + <div class="error"></div> <div class="chart"></div> <div class="graph-legend"></div> </div> |