aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox
AgeCommit message (Collapse)Author
2023-11-24mergesrichman333
2023-11-18fixed scaling of dataviz boxes when native dims are set.bobzel
2023-11-17major overhaul of resizing code. updated doc fields for enabling native ↵bobzel
with modification to be cleaner. added Vcenter option for text in menu bar. fixed doc rotation. enabled scaling of DataViz views. fixed text sidebar opening size and sidebar issues with native dims for PDF/Web
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-11-06annotations update!srichman333
2023-10-16sidebar opens when following linksrichman333
2023-10-16center text + scrolling covers whole table heightsrichman333
2023-10-16Merge branch 'master' into dataViz-annotationssrichman333
2023-10-16from lastsrichman333
2023-10-16cleaned up css and cursor pointer for tableboxes. prevent links being drawn ↵bobzel
to keyvaluebox.
2023-10-12fix for tableBox scrollingbobzel
2023-10-10mergedsrichman333
2023-10-10merge?srichman333
2023-10-10startsrichman333
2023-10-10made tablebox row height a css variable. fixed panmode so that left drag ↵bobzel
selects w/ marquee and two finger vertical pan isn't clamped.
2023-10-10more fixes for virtual scrolling and added keeps scroll pos on dragbobzel
2023-10-10fixes for scrolling large datasets in TableBoxbobzel
2023-10-10merged with masterbobzel
2023-10-02better scrolling in data tablessrichman333
2023-09-28header fix + more consistent bar heightsrichman333
2023-09-28smoother scrollingsrichman333
2023-09-28doesn't lag / glitch system but scrolling can be kinda funkysrichman333
2023-09-14from lastgeireann
2023-09-14turned off pointer events in dataviz boxes when not active.geireann
2023-08-28trying to fix more colorsbobzel
2023-08-27one column numerical pie histogram vs weighted slices checkboxsrichman333
2023-08-27from lastebobzel
2023-08-27fromlastbobzel
2023-08-27minor cleanup of componentDidMount stuff for dataVizbobzel
2023-08-27added ctrl-a to select all in tableBoxbobzel
2023-08-27numerical slices with extra string ($, %, #) show everythingsrichman333
2023-08-26select all / deselect allsrichman333
2023-08-26empty rows fixsrichman333
2023-08-26Merge branch 'master' into data-visualization-sarahbobzel
2023-08-252 column pie charts, click on numerical slicessrichman333
2023-08-25mergesrichman333
2023-08-25from lastbobzel
2023-08-25from lastbobzel
2023-08-25added cmdKey clicking on table rows to 'highlight' them by setting ↵bobzel
dataViz_highlitedRows, and changed lineChart's to read dataViz_highlitedRows to highlight data points
2023-08-25simplification of vizBoxes to use parentViz instead of going through linksbobzel
2023-08-25optimizations to speed up pie/table vizbobzel
2023-08-24speedups for datavizgeireann
2023-08-240 doesn't show in pie chartssrichman333
2023-08-18LineChart cleanupsrichman333
2023-08-17Merge branch 'master' into data-visualization-sarahsrichman333
2023-08-17layout doc fields organizedsrichman333
2023-08-17fixed field name mismatch in dataVizBoxbobzel
2023-08-17mergesrichman333
2023-08-17Merge branch 'master' into data-visualization-sarahsrichman333
2023-08-17text tells user to select more / different data bug fix + other console ↵srichman333
error fixes