From 171c8eb27c6bca6717ae3dc8c41c1e09c0467740 Mon Sep 17 00:00:00 2001 From: Chris Matzenbach Date: Fri, 25 Feb 2022 10:57:30 -0600 Subject: [PATCH] Merge pull request #1 from omnisci/matzy/FE-14918_metis-rebrand [FE-14918] metis rebrand --- LICENSE | 2 +- README.md | 2 +- .../index.html | 4 +-- .../index.js | 32 +++++++++---------- .../package.json | 4 +-- .../src/connector.js | 2 +- .../src/crossfilter.js | 4 +-- .../src/datagraph.js | 4 +-- .../webpack.config.js | 4 +-- .../yarn.lock | 8 ++--- packages/data-layer/CLA.md | 4 +-- packages/data-layer/README.md | 12 +++---- packages/data-layer/docs/API.md | 2 +- packages/data-layer/package-lock.json | 2 +- packages/data-layer/package.json | 6 ++-- packages/data-layer/src/index.js | 2 +- packages/data-layer/src/index.js.flow | 3 +- packages/data-layer/src/parser/parse-with.js | 4 +-- 18 files changed, 51 insertions(+), 50 deletions(-) rename examples/{mapd-charting => heavyai-charting}/index.html (96%) rename examples/{mapd-charting => heavyai-charting}/index.js (91%) rename examples/{mapd-charting => heavyai-charting}/package.json (76%) rename examples/{mapd-charting => heavyai-charting}/src/connector.js (94%) rename examples/{mapd-charting => heavyai-charting}/src/crossfilter.js (98%) rename examples/{mapd-charting => heavyai-charting}/src/datagraph.js (96%) rename examples/{mapd-charting => heavyai-charting}/webpack.config.js (86%) rename examples/{mapd-charting => heavyai-charting}/yarn.lock (99%) diff --git a/LICENSE b/LICENSE index b332beba..979500fc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 MapD Technologies, Inc. +Copyright 2017 HEAVY.AI, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index e62470e6..f3c3b920 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tools for massively parallel and multi-variate data exploration. -Quickly build interactive visualizations powered by the speed of MapD Core. +Quickly build interactive visualizations powered by the speed of HeavyDB. * [dc.js Example](https://omnisci.github.io/metis/examples/dc/) * [Vega Example](https://omnisci.github.io/metis/examples/vega/) diff --git a/examples/mapd-charting/index.html b/examples/heavyai-charting/index.html similarity index 96% rename from examples/mapd-charting/index.html rename to examples/heavyai-charting/index.html index 1269a1bc..c37ac1f9 100644 --- a/examples/mapd-charting/index.html +++ b/examples/heavyai-charting/index.html @@ -9,7 +9,7 @@ font-weight: bold; text-align:center; } - .mapd{ + .heavyai{ position: relative; top: 2px; } @@ -29,7 +29,7 @@