Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #101 from phovea/release-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvanessastoiber authored Jul 30, 2020
2 parents e6bd2cf + 541f70e commit 1d19bb7
Show file tree
Hide file tree
Showing 154 changed files with 4,620 additions and 1,373 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/phovea
docker:
- image: circleci/node:12-browsers
- image: circleci/node:12.13-buster-browsers
steps:
- checkout
- run:
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/.tscache
/.idea
/build/
/dist/
/lib/
node_modules/
/src/**/*.js
/tests/**/*.js
*.map
/src/**/*.map
/tests/**/*.map
*.css
*.log
/.cache-loader
package-lock.json
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
phovea_vis [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
phovea_vis
=====================
[![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url]


Phovea client plugin providing standard visualization techniques (table, heatmap, scatterplot, axis, pie, distribution, ..).

Expand Down Expand Up @@ -38,7 +40,6 @@ This repository is part of **[Phovea](http://phovea.caleydo.org/)**, a platform
[phovea-url]: https://phovea.caleydo.org
[npm-image]: https://badge.fury.io/js/phovea_vis.svg
[npm-url]: https://npmjs.org/package/phovea_vis
[travis-image]: https://travis-ci.org/phovea/phovea_vis.svg?branch=master
[travis-url]: https://travis-ci.org/phovea/phovea_vis
[daviddm-image]: https://david-dm.org/phovea/phovea_vis/status.svg
[daviddm-url]: https://david-dm.org/phovea/phovea_vis
[circleci-image]: https://circleci.com/gh/phovea/phovea_vis.svg?style=shield
[circleci-url]: https://circleci.com/gh/phovea/phovea_vis

176 changes: 0 additions & 176 deletions buildInfo.js

This file was deleted.

Binary file added dist/assets/axis_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions dist/assets/axis_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/barplot_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/box_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/distribution_histogram_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/distribution_mosaic_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/distribution_pie_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions dist/assets/force_directed_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/heatmap_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1d19bb7

Please sign in to comment.