Plotly + Reveal. js: график перемещен за пределы моего слайда - PullRequest
1 голос
/ 03 августа 2020

Я пытаюсь использовать на слайде в раскрытии. js. Однако мой сюжет находится не в середине слайда, а скорее перемещается где-то ниже.

Снимок экрана: the problem

Here is the code of my slide (presentationEntryPoint eventually draws in 'some_plot'):

  
    Plot
     
    presentationEntryPoint('some_plot', {
        name: 'remove 0',
        size: 10000,
        algorithm: 'std::remove',
        type: 'int',
        time: 'y',
        padding: 'x',
        group: 'intel_9700K',
        percentage: 50,
      }, []);
    
  

UPD: Can be seen here: https://denisyaroshevskiy.github.io/my_first_simd_1_presentation/# / 22 * ​​1006 * Иногда требуется обновление или два. Safari, Chrome и Яндекс.Браузер.

...