We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The items time is not correctly display, it is not the time i set to it
react-visjs-timeline: latest vis version: latest
Add step by step guide to reproduce issue
import logo from './logo.svg'; import './App.css'; import Timeline from 'react-visjs-timeline' const items = [{ group: 1, start: new Date(2010, 7, 15), end: new Date(2010, 8, 2), // end is optional content: 'Trajectory A', }] function App() { const groups = [{ id: 1, content: 'Group A', }] return ( <div className="App"> <Timeline items={items} groups={groups} /> </div> ); } export default App;
Any issue which is related to this issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
The items time is not correctly display, it is not the time i set to it
Package versions
react-visjs-timeline: latest
vis version: latest
Steps to reproduce
Add step by step guide to reproduce issue
Code Snippet
Related issues
Any issue which is related to this issue
Screenshots (if appropriate)
The text was updated successfully, but these errors were encountered: