You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bugfix: spatial constraints not ready
* 0.0.152
* bugfix: add debugging
* 0.0.153
* bugfix: more debugging
* 0.0.154
* remove debugging
* 0.0.155
* remove watch
* 0.0.156
* resolve issues
* 0.0.157
* Filter out non-configured giovanni variables
* 0.0.158
* handle groups in giovanni variable names
* 0.0.159
* drop help icons and update text
* 0.0.160
* feature: datepicker sidebar slots
* feature(badge): add info variant
* feature(dialog): borders
* 0.0.161
* include composed-offset-position
* 0.0.162
* feature(date-picker): switch to 24 hour time, clean up date handling and add tests
* feature(date-picker): preserve time
* 0.0.163
* fix warning about datepicker using inefficient updates
* 0.0.164
* feature(date-picker): attempt to fix additional day
* chore: formatting
* 0.0.165
* feature: add clear functionality
* 0.0.166
* feature(subsetter): add long name and units to variable list
* feature(subsetter): handle no granules and fix dialog sizing
* handle loading and error states for collection
* feature(date-picker): allow end of day to be customized
* 0.0.167
* multiple variable plot support (#31)
Copy file name to clipboardExpand all lines: docs/pages/components/time-series.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,26 @@ By default, the time series component automatically fetches new data when users
64
64
</terra-login>
65
65
```
66
66
67
+
## Plot Multiple Variables
68
+
69
+
Use `variable-entry-ids` to request and render multiple variables in one chart. Each variable is fetched and cached independently, and each response is plotted as its own line.
"import { setBasePath } from '@nasa-terra/components/dist/utilities/base-path.js'"
68
68
69
69
// Create the setBasePath call with comments (with newline before it)
70
-
constsetBasePathCall=`\n/**\n * Sets the base path to the Terra UI CDN\n *\n * If you'd rather host the assets locally, you should setup a build task to copy the assets locally and\n * set the base path to your local public folder\n * (see https://terra-ui.netlify.app/frameworks/react/#installation for more information)\n */\nsetBasePath('https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.166/cdn/')`
70
+
constsetBasePathCall=`\n/**\n * Sets the base path to the Terra UI CDN\n *\n * If you'd rather host the assets locally, you should setup a build task to copy the assets locally and\n * set the base path to your local public folder\n * (see https://terra-ui.netlify.app/frameworks/react/#installation for more information)\n */\nsetBasePath('https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.167/cdn/')`
71
71
72
72
// Reconstruct the file: CSS import at top, then existing content with setBasePath import and call inserted
0 commit comments