aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components
AgeCommit message (Collapse)Author
2024-02-15removed unused npm pacakages for mapbox geocoder. fixed setting empty field ↵bobzel
in histo/line/pie stuff.
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
2024-01-11fixed obervable values not updateing because of component functions being ↵bobzel
defined as vairables
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-27dragging tables column fixsrichman333
2023-12-21Merge branch 'moreUpgrading' into dataViz-annotationsbobzel
2023-12-15more fixes for mapbox and datavizbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-07fixed table boxes and label boxes.bobzel
2023-12-05mostly working version with latest librariesbobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-04small dataviz ui tweakssrichman333
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2023-11-27clicking on tables bug fixsrichman333
2023-11-24mergesrichman333
2023-11-18fixed scaling of dataviz boxes when native dims are set.bobzel
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-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-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-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