22 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
uyanga-gb
615711a47c
fix poly map example and update linemap crossfilter method (#286) 2018-12-18 17:14:54 -08: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
Tai Dupree
fa0c82efaa fix poly raster color scale 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
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
ʈᵃᵢ
ee47aea4b4 [infra] change examples to use forge (#2283) 2017-02-16 10:20:18 -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
4deddb715f [MADPCON] async connect, fixes #975 2016-08-16 09:25:19 -07:00
mLuby
612b881ffa [bug dc] make dc example 3 async 2016-07-22 16:35:29 -07:00
Jonathan Huang
25ae22c67c [DC EXAMPLES] use crossfilter promise constructor 2016-07-09 11:32:50 -07:00
Jonathan Huang
e765256854 [REFACTOR] fix async behavior and code in madpcon, mapdc, crossfilter, and v2
[MAPDC TABLE] fix async behavior

[MAPDCON/DC] fix async sort and con.render

[MAPDC] fix example 3 poly-raster dataAsync callback

[MAPDC] fix example 3, use callback instead of callbacks array, fixes #949, fixes #920

[MAPDC] expire data cache when doing redraw / render all

[CAP-MIXIN] expire data cache on cap update

[SCATTER] remove color chart from measure update

[FIX] minor fixes for v2, mapdcon, and crossfilter

[CROSSFILTER] remove get result set

fixes #957, fixes #954, fixes #939, fixes #928, fixes #926, fixes #922
2016-07-03 18:13:29 -07:00
mLuby
e452fdd02e add time chart to dc poly example 3 2016-06-23 16:06:59 -04:00
Jonathan Huang
b42b1cb6ea [CROSSFILTER] bundle for examples 2016-06-17 17:35:35 -07:00
mLuby
80fa733e32 add dynamic border widths for polys 2016-06-15 18:19:21 -07:00
mLuby
4e7d7801ae polys can have borders 2016-06-15 16:27:51 -07:00
mLuby
e8e0db4e7c use lime2blu for poly color ramp 2016-06-15 16:27:51 -07:00
mLuby
c3b35630a9 add example3: polymap 2016-06-14 17:53:51 -07:00