This refines handling of the dataDir option, making it easier to develop on localhost for packages that depend on Ideogram.
Previously, such embedding code had to explicitly set dataDir. Now dataDir is implicitly set to an external CDN resource to fetch band data, etc., unless developing Ideogram itself in the local plain-JavaScript examples.
Examples in React and Vue have been simplified accordingly.
This refines handling of the
dataDir
option, making it easier to develop on localhost for packages that depend on Ideogram.Previously, such embedding code had to explicitly set
dataDir
. NowdataDir
is implicitly set to an external CDN resource to fetch band data, etc., unless developing Ideogram itself in the local plain-JavaScript examples.Examples in React and Vue have been simplified accordingly.