Aucune description

Lucas de Souza 30ea496580 Fix bug in heatmap point add il y a 5 ans
dist 30ea496580 Fix bug in heatmap point add il y a 5 ans
src 30ea496580 Fix bug in heatmap point add il y a 5 ans
.gitignore 1722100d00 initial commit il y a 5 ans
README.md 1d79fcd293 Create README il y a 5 ans
index.html 1d79fcd293 Create README il y a 5 ans
package-lock.json 1722100d00 initial commit il y a 5 ans
package.json 1d79fcd293 Create README il y a 5 ans
webpack.config.js 1d79fcd293 Create README il y a 5 ans

README.md

Instalação

Inclua os arquivos dist/style.css e line_heatmap.js no seu arquivo HTML

Uso

Inclua o seguinte código na página ou em algum outros script. Note que div_id não possui '#' e que a função init recebe como parametro uma string onde cada linha é uma entrada do log.

  <script>
    line_heatmap.Container.init(div_id, log_string_itracker);
  </script>

Você também deve incluir a seguinte regra css

    #line-heatmap-canvas { width:60%; height:60%;}

Modificações

Para alterar o código é necessário ter a última versão no npm. Apenas execute npm install para instalar todas as dependências.

Previsualização

  npm install
  npm run build
  npm run start

Acesse o servidor de testes em 127.0.0.1:8080