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

mezgoodle/canvas-graph-visualize

Repository files navigation

Graphs

My labs for discrete structures in KPI

Installation

You can just download this code like zip archive, then unzip and use.

Architecture

There are main files, that used in every lab

  • index.html - HTML-file, where canvas is set.
  • script.js - main file. Here there are all alchemy for visualization graph.
  • style.css - CSS-file for html page to make canvas responsive.
  • style.js - file to make canvas responsive. Here I also use jQuery(watch on HTML-tag <script>)
  • Program.cs - file for generating matrixs.

Labs list

License

MIT

As i see, best console results are showing in Chrome. So if you can, launch in that browser