Hi,
I have a page contains Pivot and Pivot Chart at the same time. Clicking “Click to configure” on the Pivot header produces error
TypeError: pivot._applyLocale is not a function (pivotchart.js:679)
It is simple to reproduce, just add
<script src="../../codebase/pivotchart.js" type="text/javascript" charset="utf-8"></script>
to 01_inline_data.html example.
How can I fix that?
Thank you.