-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Bug Report
Steps to Reproduce:
- Clone this repo: https://github.com/vera-atomic/perspective-viewer-react-vite-setup/
- Run
npm install,npm run start - see that when in pivot mode, the column labels are properly labeled as per column config, but that's no loger the case on hover, when in chart mode (wrong timezone, wrong formatting which includes timestamp as opposed to just date)
Expected Result:
I expect that the hover label, when in chart mode, follows the specs described in column config: so UTC timezone, and no timestamp
Actual Result:
Hover label is in local timezone, and does not respect formatting in column config (not to show timestamp, just day, month, year)
Environment:
"dependencies": {
"@finos/perspective": "^3.6.1",
"@finos/perspective-viewer": "^3.6.1",
"@finos/perspective-viewer-d3fc": "^3.6.1",
"@finos/perspective-viewer-datagrid": "^3.6.1",
"react": "^18",
"react-dom": "^18",
"superstore-arrow": "^3.0.0"
},
Any additional detail
Thanks for looking! Please let me know if its not a bug but misunderstanding of how to use the library.
Metadata
Metadata
Assignees
Labels
No labels