Skip to content

Tag: javascript

Change mysql x-axes date to day in chart.js

So I have this code which shows up my Mysql data in chart.js. Basically everything works but i just want to change the date into days This is what I have Current Chart And this is what I want to achieve My goal Whatever i try i get never the result i want to get. Here is all of my

function is declared but its value is never read : React

I am new to Reactjs so forgive me if this is lame. I am following the Reactjs docs for learning React and during the self implementation of exercise in components and props. And I encountered following weird behaviour: In the ‘Comment’ function <UserInfo ../> tag is working fine but <comm…

Difference between component API and Backend API?

Hi guys this is a question based on a scenario. Implementing autocomplete widget where it, fetch data from backend render results as a tree support for radio, checkbox , icons In here what does the component’s API looks like? what does the backend API looks like? I know what is an API but this makes me …