17 Commits

Author SHA1 Message Date
Chris Matzenbach
a1f06d6b58 Merge pull request #1 from omnisci/matzy/FE-14900_mapd-charting-rebrand
[FE-14900] mapd-charting rebrand
2022-03-09 09:24:25 -06:00
Tai Dupree
afc4f50838 fix color lookup for popup
click filtering

fix examples

push layer filter to chart filter handlers; filter null values from popup

rewrite query to use table aliases for self-join

change query to use non-join when tables are the same

improved click filtering

fix race between mapbox style load and data fetch

layer filter listeners

import d3
2018-03-08 15:49:23 -08:00
Jonathan Huang
e89bbab693 add tests for raster point layer
progress on sizing spec

finish new point layer genVega

working point raster layer with vega lite spec

fix popup behavior on raster point layer

fix examples

fix examples

add limit to point vega

update transform api and add sampling

update raster poly layer to use setState vega-lite api
2017-11-28 08:21:31 -05:00
Jonathan Huang
af48ce6739 Geo Heatmap Example (#77)
* geoheatmap raster layer

set mapbox token in examples, set cap in example 3, raise poly point cap in other examples (#92)

include all css and js files in one bundle

bump tp webpack 2

begin raster heatmap example

basic heatmap raster layer mixin

fix lint

xyDim getter/setter for heatmap raster layer

raster heatmap layer example with sliders

example to use distinct lang

refactor

use mapd data layer

use webpack dev server for examples

update example build script

calculate proper gap size

update geoheatmap example image

update example image styling

dynamic number of bins on geoheatmap

vega-lite api for heat layer

implement hex binning

update aggregate

ability to switch mark types

update babelrx

manual pixel sizing

add destroy hook

dynamic color domain

linting

use layer.genSQL in genVega

handle aggregation parsing

rebuild

do not set null colordomain

fix test

update bundle

fix test

* tweak example
2017-08-28 15:03:01 -07:00
Eric
3b8960ab1d set mapbox token in examples, set cap in example 3, raise poly point cap in other examples (#92) 2017-08-22 12:05:12 -07:00
Eric
a3dabf93fd Raster point size (#74)
* reduce point size range in raster chart examples

* update links for example gifs in README, example index
2017-07-13 17:02:09 -07:00
mLuby
0605995681 use browser-connector 2017-05-24 13:13:30 -07:00
Jonathan Huang
fc7911a2e0 Fix Pointmap Selection Tool Example 5 (#12)
* [EXAMPLES] fix selection tool example

* [TRAVIS] fixed file path for after success
2017-05-05 11:09:34 -07:00
Marc Balaban
8eac076cef [EXAMPLES] updated example links to connect to metis 2017-05-04 15:50:13 -07:00
Jonathan Huang
2e073291c1 clean up examples 2017-04-24 19:59:14 -07:00
Jonathan Huang
31acad6366 [DC EXAMPLES] remove sync requests and fix charts 2017-04-24 19:58:55 -07:00
Christopher Root
e1cd9bc928 Convert mapdc backend-rendered charts to use the new lasso tool, and enable lasso capability for BE scatterplots in immerse (#2492) 2017-04-05 14:56:11 -07:00
ʈᵃᵢ
ee47aea4b4 [infra] change examples to use forge (#2283) 2017-02-16 10:20:18 -08:00
Jonathan Huang
7251f1d4e3 mapdc as ES6 Modules (#2255)
* [MAPDC] refactor using es6 modules

add logging module

add more charts and mixins

add bubble overlay, heatmap, boxplot

add more charts

finish moving to new folder

beging moving overrides to new folder

replace mapdc src/

update build script

fix tests

fix mapdc import

fix mapdc import

prebuild mapdc css styles

remove console

redrawAll on rangeFilter update

remove grunt, delete dead files

update tests

minor fixes

fix raster-mixin d3 import

lint

clear cache

fix mapdc style import

fix example styles

* remove dc from scatter-mixin
2017-02-13 15:20:37 -08:00
Jonathan Huang
b340a2baa0 [MAPDC] fix examples (#2187) 2017-02-01 12:05:50 -08:00
Jonathan Huang
5d07bfb938 [MAP MIXIN] init map using async init method, fixes #1713, #1687 (#1885)
* [MAP MIXIN] init map using async init method, fixes #1713, #1687

* [V2] add pointmap tests

* [POINTMAP] load proper bounds for initial render call

* bump coverage

* [POINTMAP] update bounds if initial bounds is not equal to rendered map bounds

* fix map move

* remove console

* fix connection reducer test
2016-12-01 14:54:38 -08:00
Jonathan Huang
a8d5ea15fe Example 5 - Polygon Lasso (#1816)
* [DC] add example 5

[DC] update converGeoJSONtoSQL function

[DC] update dependencies to include sprintf

[DC] example 5, no hover on poly select

[DC] disable hover and clicks on polygon draw mode for lasso tool

[DC] wrap coord filter in parens

[DC] test map draw mixin

[DC] use unlikely statement optimization for polygon queries

* circle experiment

* [DC] add circle control to example 5

* update mapbox-gl-draw build process

* [DC] update circle query

* [DC] add tests for circle geojson to sql

* [DC] update circle lasso formula

* [DC] use distance_in_meters for circle query

* fix tests

* update example
2016-11-17 17:50:08 -08:00