mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Improve calendar
This commit is contained in:
@@ -73,8 +73,8 @@ export class SearchPage implements OnInit {
|
||||
|
||||
const container = document.querySelector('.most-searched-word-container');
|
||||
|
||||
container.setAttribute('style',`height: ${window.innerWidth}px`);
|
||||
|
||||
container.setAttribute('style',`width: ${container.clientWidth}px`);
|
||||
|
||||
const highest= res[0].Hits;
|
||||
const lowest = res[res.length-1].Hits;
|
||||
const range = highest - lowest;
|
||||
@@ -99,7 +99,6 @@ export class SearchPage implements OnInit {
|
||||
|
||||
const elem = document.documentElement.querySelector('.most-searched-word-container');
|
||||
|
||||
|
||||
WordCloud(
|
||||
elem,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user