Skip to content

Golodhros/heart-internet-d3-tdd

Heart Internet - D3 with TDD Blog Post

This repository contains the code for the blog post

Heat Map Chart

Usage

Visit the blog post to see this in action

The different steps of the tutorial are:

  1. Setup
  2. Basic Chart
  3. Axes
  4. Styles and Animations
  5. Configuration and Accessors
  6. Using Real Data

Installation

  1. Clone the repository
  2. Run yarn && yarn start or npm install && npm run start to build the code and start the development server
  3. Visit the default url http://localhost:1234/

Development

To modify and extend this code, you can follow the installation instructions, and instead of running start:

  1. Open a new terminal and run yarn run dev or npm run dev to build and watch changes in the code
  2. Open another terminal and run yarn run serve or npm run serve to start the development server
  3. In a different terminal, run yarn test or npm test to run the tests
  4. Visit the default url http://localhost:1234/

License

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Read more in the license document

About

Code for the blog post for Heart Internet about creating D3 charts with TDD

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published