سؤال

كيف يمكنني إزالة الملصقات والحفاظ على محور Y؟

لا أريد إزالة المحور، فقط التسميات.أساسا المحور y دون نص أو أرقام

أدخل وصف الصورة هنا giveacodicetagpre.

هل كانت مفيدة؟

المحلول

can you try like this:

addAxis("y", {
                vertical: true,
                fixLower: "major",
                fixUpper: "major",
        labelFunc:function(){
          return " ";
             }
         });

Pls. Dont remove the one single space inside the quotes.

or here is a post which shows how to delete an axis from the chart. Hiding x Axis in dojox.charting

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top