deneb-viz / deneb-viz.github.io

Documentation website for the Deneb custom visual for Power BI.
https://deneb-viz.github.io
8 stars 6 forks source link

Scroll bars and callouts in Deneb Vega Gantt Chart #57

Closed mstoc closed 3 weeks ago

mstoc commented 1 month ago

Re-creating David Bacci's gantt chart in Power BI, but I want to change from click-and-drag scrolling to having vertical and horizontal scroll bars available for viewers. In addition, the callouts appear to be normally sized when developing, but are huge when published. How might I be able to fix these issues? This is the link I used for the code: https://github.com/PBI-David/Deneb-Showcase/blob/main/Gantt%20Chart/Gantt%202.0%20Spec.json

Giammaria commented 1 month ago

Not Davide, but I'm working on a hierarchical Gantt that is heavily inspired by Davide's masterpiece. It will have many similar features. It will also have vertical/horizontal scrollbars instead of leveraging click and drag. I'm about 75% done, but will share it once it's ready.

Giammaria commented 3 weeks ago

@mstoc a LinkedIn post describing a Gantt that I just created (with scroll bars) can be found here.

mstoc commented 3 weeks ago

@Giammaria this new Gantt looks great! However I am getting the error "Expression parse error: +utcFormat(timeOffset('day', timeOffset('month', toDate(utcFormat(datum[\'startDate\'], '%m')+'/01/'+utcFormat(datum[\'startDate\'], '%Y')), 1),-1), '%d')". Do you know what might be causing this?

Giammaria commented 3 weeks ago

@mstoc, thank you for raising this! Let's move the discussion to the conversation section in my repo. Do you mind re-asking it there?

Giammaria commented 3 weeks ago

Closing as this is not a Deneb documentation issue.