in Education by
I have a bar graph with chartjs 2. I would like to hide tootlips when bar value is egal to a number ( in my exemple 8.23 ) I havn't found an option on chartjs to disable tooltips when hover a specific value tooltips: { enabled: true, yPadding: -2, xPadding: 10, titleFontColor: 'rgba(0, 0, 255, 0.0)', displayColors: false, borderWidth: 1, bodyFontSize: 16, bodyFontFamily: 'Avenir', backgroundColor: '#0088ce', borderColor: '#d7d7d7', bodyFontColor: '#FFF', callbacks: { label: (tooltipItem: any, data: any) => { if (this.type === 'PRODUCTION') { return 'condition result'; } else { return ' condition result2'; } }, } Html JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I found the solution in another post. I have used filter callback tooltips: { filter: function (tooltipItem) { return tooltipItem.datasetIndex === 0 || 8.23; } }

Related questions

0 votes
    I have a database (SQL Server) with clients and a MVC plataform, and i want a row to be "hidden ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I have a database (SQL Server) with clients and a MVC plataform, and i want a row to be "hidden ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    I am using stemming in my Solr, but I don't always want to apply stemming for each search. I am ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I am using stemming in my Solr, but I don't always want to apply stemming for each search. I am ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I have a problem that I suspected would be a lot simpler than it was. I'm trying to draw a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    A very newbish question, but say I have data like this: test_data...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    When i use graph api to post a picture, everything is ok. The photo is right in the album. The ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 16, 2022 in Education by JackTerrance
0 votes
    Consider a cube having resistance R on each of its sides. For this non-planar graph, the number of independent ... GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
+1 vote
    Representation of numbers, as physically measured on the surface of the graph itself, should be ______________ proportional to the numerical quantities represented...
asked Oct 11, 2020 in Education by anonymous
0 votes
    been working on some database data calling into a .php file. The php file contains an "Add" button ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    i have a website that contain an iframe. www.vendeposto.com.br and i want to hide an element Im trying to do this ... the vendeposto.com.br site is this: Postos de gasolina a venda...
asked May 1, 2022 in Education by JackTerrance
0 votes
    i have a website that contain an iframe. www.vendeposto.com.br and i want to hide an element Im trying to do this ... the vendeposto.com.br site is this: Postos de gasolina a venda...
asked Apr 29, 2022 in Education by JackTerrance
0 votes
    We are using In memory data store possibly Hazecast or Redis (technology is undecided yet) Predominantly the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    i have a website that contain an iframe. www.vendeposto.com.br and i want to hide an element Im trying to do this ... the vendeposto.com.br site is this: Postos de gasolina a venda...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I crawler data form website exactly i want get with java, I use jsoup library. However , i can't ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
...