Mohamed Mohamud

Results 4 issues of Mohamed Mohamud

I would like to implement the new calendar chart https://www.anychart.com/products/anychart/gallery/Calendar_Chart/ . I was wondering if there is a way to add point click functionality if not is there a timeline...

I was wondering if it was possible to fill cells in anychart.standalones.table() based on string within table.contents([[]]) e.g if a cell has the string "degraded" I want the cell to...

So I made variables for themes and changed chart colours to fill, stroke or distinctColors().items to theme. However when I click the theme buttons the theme does not dynamically change....

Hi I have the following function `export function buildSQLQueryBuilder(columns,sqlBuilderID,sqlGeneratorID,sqlPreviewID,initialSql = null) { console.log(columns); // Destroy any previous instance $(`#${sqlBuilderID}`).queryBuilder('destroy'); $(`#${sqlPreviewID}`).text('Click generate button to see SQL query'); const filters = [...