Skip to content

Instantly share code, notes, and snippets.

@andrewclegg
Created September 9, 2013 16:46
Show Gist options
  • Save andrewclegg/6498313 to your computer and use it in GitHub Desktop.
Save andrewclegg/6498313 to your computer and use it in GitHub Desktop.
Description for Bridle issue #6
When making a repeated call to the bridle chart function.
The chart legend is not shown on the second call.
The side_by_side.html page loads the too examples into a frame for ease of visual comparison.
dashboard.html has two charts with the same data and a duplicated bar() function and doesn't exhibit the bug
dashboard_with_bug.html has two charts with the same data and a single bar() function and exhibits the bug
Of course this may be a PEBKAC issue - in which case I applogise for the false bug report.
Regards
Jamal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment