@Ilia have you used this ?
https://github.com/neuronetio/gantt-schedule-timeline-calendar
Best posts made by raghees
Latest posts made by raghees
-
RE: Disable hover effect on all elements like, select, input, button
I am using quasar-plugin for vue-cli and not using qusar-cli. will it work there as well?
-
RE: Gantt Chart for Quasar
I tried this by I am facing problem in adding pictures in the tasks. Have you used in your projects? I want to confirm if they support task customization before buying it.
-
Gantt Chart for Quasar
Hey,
I am looking for the gantt chart for my vue application, I am using quasar for the UI components and looking to integrate gantt chart. any one knows the best chart with full customization either free or paid. -
Disable hover effect on all elements like, select, input, button
I am trying to remove hover effect on all the elements through the following code, it only worked for the button. Is there any option to remove all hover effect of the specific element or all the elements.
body.desktop .q-focusable:focus .q-focus-helper, body.desktop .q-hoverable:hover .q-focus-helper { background: inherit !important; opacity: 0 !important; } body .q-field .q-field__control .q-hoverable:hover { background: inherit !important; opacity: 0 !important; }
-
RE: remove q-step content when selecting a step
@dobbel thanks for the help again man.
-
remove q-step content when selecting a step
how can I remove stepper content from the q-step? I am only using q-step not the data inside the body of it and using stepper vertically when I change any of the step it moves from its position and it is due to the q-stepper__step-content added to it. so how can I remove that ?
-
RE: Change q-step circle indicator to square
@dobbel thanks, I was using in scoped styles that’s why it was not working
-
Change q-step circle indicator to square
I want to change q-step circle indicator to square, I tried to remove it by adding class but it didn’t have any effect on it.
.q-stepper__dot { border-radius: 0 }