Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea/

# DSS specific stuff
dist/
.wlock
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 1.0.5 - Enhancement - 2022 - 05
- Make custom chart works without internet

## [Version 1.0.4](https://github.com/dataiku/dss-plugin-graph-analytics/releases/tag/v1.0.4) - Bugfix release - 2021-11
- Rename some modules to more specific names

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dataiku Graph Analytics Plugin

Version: 1.0.4<br>
Version: 1.0.5<br>
Compatible with DSS version: 8.0.2 and higher<br>

## Overview
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "graph-analytics",
"version": "1.0.4",
"version": "1.0.5",
"meta": {
"label": "Graph analytics",
"description": "Compute graphs features, find clusters and visualize them",
Expand Down
49 changes: 49 additions & 0 deletions resource/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webapps/graph-chart/body.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="/plugins/graph-analytics/resource/dku-helpers.js"></script>
<script type="text/javascript" src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<script src="/plugins/graph-analytics/resource/vis-network.min.js" type="text/javascript"></script>
<script type="text/javascript"></script>

<h1></h1>
Expand Down