Home › Forums › Chart Support › Changing background color using my own CSS › Reply To: Changing background color using my own CSS
Nevermind, i figured out using this command right after rendering the chart:
document.getElementsByClassName(“canvasjs-input-field”)[0].style.display = “none”; document.getElementsByClassName(“canvasjs-input-field”)[1].style.display = “none”;