Questions tagged [deck.js]

Deck.js is a Javascript library for creating presentations using HTML, CSS and Javascript.

Deck.js is an HTML/CSS/Javascript library for making presentations that run in the web browser. The tool is designed to allow presentations to be created using basic HTML, and to be extensible for advanced users.

Demo and free download:

22 questions
1
vote
1 answer

Carousel for nested slides in deck.js

I'm using deck.js for a presentation. For one slide, I want a static header with figures/images that I can carousel through. Here's the relevant HTML:
Trott
  • 66,479
  • 23
  • 173
  • 212
1
vote
1 answer

deck.js - Is it possible to change the element (body) for the class "deck-container" to another element?

Deck.js works fine when I'm using
...but it is not working for other elements like divs or
etc. However, on the homepage of Deck.js -- http://imakewebthings.com/deck.js/ -- they are using
Swebber
  • 11
  • 1
0
votes
0 answers

How to change deckgl prop value(extruded) on button click?

I am plotting a hex layer in my app, and I want to modify extruded prop to true on click of a button. Is there a way to do it without plotting the layer again? I have tried to replicate the required scenario in this fiddle Below is the layer…
Frosted Cupcake
  • 1,909
  • 2
  • 20
  • 42
0
votes
1 answer

datastudio, how to remove the canvas when the data change?

I build this custom visuals using deckgl, and after a lot of hurdles made it works, I am not a javascript developper, so I don't really know what I am doing, here is the code const dscc = require('@google/dscc'); const viz =…
Mim
  • 999
  • 10
  • 32
0
votes
2 answers

javascript, remove double quotes inside multiple array

I am trying to build a custom visual for datastudio, I got it working but there is a step, i can't fix, Datastudio generate a json file like this export const message = { "tables": { "DEFAULT": [ { "coordinateid": [ …
Mim
  • 999
  • 10
  • 32
0
votes
1 answer

How to update variable in the JS file from a child aspx page

I have a JS file with below code. I need to update the value of variable currentIndex from my child aspx page. Right now this js refrence is over a parent page. I would like to know how to do it. What syntax should be passed from child.aspx page to…
Ankit Kumar
  • 476
  • 1
  • 11
  • 38
0
votes
1 answer

asciidoctor breaks rendering deck.js backend

I am attempting to use the deck.js backend with asciidoctor. I followed the instructions at http://asciidoctor.org/docs/install-and-use-deckjs-backend/. I get the following error: $ asciidoctor --trace -T asciidoctor-backends/haml…
Bill Turner
  • 869
  • 1
  • 13
  • 27
1
2